bn-blog
A blogging website perfect for school projects. It is good example of how to work with MVC structure which is having a crud functionality- using nodejs, mongoose, express.js, html, css, bootstrap.
To run this project:
- clone the repository
- install all the dependencies from package.json
- put your own mongodb database url (using atlas mongodb)
- then run the command: npm run servertart
- enter the url in your fav browser: (->frontend) localhost:3000 (->backend) localhost:3000/admin (create your own admin users using database)
have any qustions email me:- bhasin28@protonmail.com