A web app that lets you share your Secrets Anonymously. To see all the secrets submitted by people, register and login after setting up the project in your local environment.
- Google registration and Login.
- Anonymous secret sharing
- Secure Passwords with local signups.
To set up project in your local environment, clone the project. Then cd to the project directory in terminal and run
npm install
Then run,
node app.js
Then open your browser window and go to http://localhost:3000
Done! Now you can submit your secrets Anonymously.