• Secrets app is used to commit secrets anonymously and share them worldwide. Each user can post a single secret upon registration and login. • Technology used are NodeJs, Ejs, Express, Express-session (Managing sessions), Passport.js (Authentication system), Mongoose (MongoDB middleware)
- Download the zip file.
- Extract it in local enviornment.
- In the root directory run npm install.
- Then run "node app.js" in CLI.
- Open http://localhost:3000.