Skip to content

Latest commit

 

History

History
22 lines (8 loc) · 1.13 KB

README.md

File metadata and controls

22 lines (8 loc) · 1.13 KB

Secrets

This is an application where users could anonymously post their secrets while others can see it in a common thread. Developed using node.js/express and user data stored using MongoDB and Mongoose. Google login is implemented. The application uses passport.js to authenticate and googleAuth is also used. Environment variables are used all over the code which means that to run the code it might be needed to replace those variables with custom values.

How to run the application:

install the files -go into the directory and run "npm i" -then run "node app.js" and then go to "http://localhost:3000"

Here's how it looks:

Screenshot 2020-07-18 at 3 48 29 PM

Screenshot 2020-07-18 at 3 48 38 PM

Screenshot 2020-07-18 at 3 50 04 PM