Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.03 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.03 KB

Blog Website Upgrade

Blog Website integration with mongoDB

Deployed App

Click the link to visit the Blog Website

Instructions

To build the app

$ npm install

and then use

node app.js 

to run the app

What I learnt

  • Basics of SQL and NOSQL
  • using mongoDb from shell (mongosh)
  • integrating mongoDB with our blog website

To Do:

  • implementing authentication for blog author
  • better front end (preferably more animations)

HACKODEX CONTRIBUTIONS

Feel free to contribute in any of the following areas

  • 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)

Communication Channel for this project

Discord