Blog Website integration with mongoDB
Click the link to visit the Blog Website
To build the app
$ npm install
and then use
node app.js
to run the app
- Basics of SQL and NOSQL
- using mongoDb from shell (mongosh)
- integrating mongoDB with our blog website
- implementing authentication for blog author
- better front end (preferably more animations)
- improving frontend (animations, responsiveness) , the website in its current state needs more design and visual corrections
- adding authentication via passport.js (google OAUTH preferably)
- In the current state, anyone can compose or modify blogs by visiting an exposed path, our goal is to implement admin login
- adding a delete button to delete blogs (admin only)