Its a Social Media websites where people can share their views and thoughts.
This Webpage lets user Register via thier Mail ids and password, later they can log in with thier crediantels.Uses cookies to keep the user loggedin in .The crediantels are stored safe in the Database after being Hashed and Salted for protection and privacy .
- Clone the Repo
- Move to the Dir
npm i
- Create a .env file and connect your Mongo DB
node app.js
- Project is served on http://localhost:3000/
*Note- There is a Google Auth setup but never used