Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.21 KB

Secrets

Click Here!

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 .

WorkFlow

## Tech-Stack - **NodeJS**- For rendering the Server side handling of GET and POST requests and connecting to DB - **MongoDB**- The User data (Password ,id ,views,etc) are saved in a Mongo Database deployed on AWS Bucket-S3 via MongoDB - **ExpressJS**- For passing the dta from user to DB and vice versa. - **EJS**- For rendering the data from user to DB and vice versa on the webpages. - **npm Packages**- Various other NPM packages like Body-Parser,PassportJS etc

Running locally

  • 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