BlogWeb is a web application made on the main NodeJS technologies such as expressjs, handlebars and mongoose, whose purpose is to make the user post something about the world of programming, and news.
# Install dependencies
npm install
# Run application
npm run dev
Access the URL in your browser http://localhost:3000