Mean Stack authentication using MongoDB and Passport JS
- Install NPM, Node JS and Mongo DB.
- Open CMD and write -- "C:\Program Files\MongoDB\Server\3.4\bin\mongod.exe" --dbpath C:\mongo\mongodb\data (dont change default IP and Port also dont set password). Folders should be present in respective drives if not create folder path.
- Download the app folder and extract the contents.
- Go to App Folder.
- Open CMD and write command -- NPM Install (Needed only once after installation skip this step).
- Write Command -- NPM Start.
- Open Chrome and write -- localhost:9000