mehulpuri / blogwebsiteupgrade

Added mongoDB integration to the blog Website

Home Page:https://memu-blogwebsitev2.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Added mongoDB integration to the blog Website

https://memu-blogwebsitev2.herokuapp.com/


Languages

Language:JavaScript 53.0%Language:EJS 36.4%Language:CSS 10.2%Language:Procfile 0.3%