- MVC Structure
- Connection To Mongodb Using Mongoose
- Using a CSS Framework
cd myblogapp && npm install
# to start with nodemon - linux/macosx
npm run debug
# to start with nodemon - windows
npm run windows
- Create Mongoose Schema and Records in Models Folder for Posts
- Replace temporary posts variable in Controller with mongoose models
- Add remaining routes to reflect requirements of mockup
- Add an admin routes for creating, updating deleting posts
- Add a CSS framework to pretty up the layout