An Secrets posting application where anyone can post their secrets without anyone knowing about them with Full Authentication - developed using Node, Express, MongoDB, EJS, Passport.
1.Node (<=13.12.0) 2.NPM (<=6.14.4) 3.MongoDB (<=4.2.0)
- Make sure MongoDB is running on your system
- Clone this repository
- Open command line in the cloned folder,
- To install dependencies, run npm install or yarn
- To run the application for development, run npm run development or yarn development
- Open localhost:3000 in the browser