Simple Blog Post App Using Node.js EJS And MongoDB
To Add A Post Go To The /compose
End Point, To View A Single Post Go To The Home Page And Click Read More On A Specific Post.
To Run This Project Do The Follwing Steps:
- Create A Directory Wherever You Want And Run Clone This Project Using Git:
git clone https://github.com/BarBQ-code/Blog-Post.git
- In This Directory Run
npm install
- Make Sure You Have Mongo On Your Machine And Just Run:
mongo
On A Seperate Shell. - Run The Program Using
node
Ornodemon
That's It You Are Ready To Go.