A simple blog app build with nodeJS and MongoDB.
- clone repo
git clone https://github.com/Phant0m-a/Blog-app-mongodb
- get dependencies
npm i
- run app 😎
node app.js
- open url this url in browser
http://localhost:3000/
user can view, write, delete and update blogs!