A blogging website for creating posts, and viewing all and each created post.
Use the package manager npm to install express, body-parser packages.
npm install express body-parser
npm install lodash
Open port 3000 for external use.
Inside the project folder, use the cmd to run the server.
node app.js
visit http://localhost:3000/ from any browser.
- http://localhost:3000/compose To create a new post
- http://localhost:3000 To view the home page full of all posts