Simple blog exercice created with the MEAN ( Angular 1 ) stack during my internship
Try the app on : https://blog-jerome.herokuapp.com/blogs
Pusblish, edit, remove, comment, rate and search blogs
├───public
│ ├───blogDetails
│ ├───blogs
│ ├───factory
│ └───home
└───server
├───config
├───middleware
└───src <------- features
├───blog
├───comment
├───rating
└───user
- download the repo
- open a command prompt at the root of the repo
- type node app.js
- go to http://localhost:3000/


