- Install Node Js from https://nodejs.org/en/
- Install Git Bash from https://git-scm.com/downloads
- Open git bash change directory to where you want to save the folder and clone the repository by -
git clone <repo link> - Make sure you have installed Angular CLI globally -
npm install -g @angular/cli - Make sure you have installed concurrently node package globally -
npm install concurrently -g - Open cmd and change directory to Project folder -
cd DuckHacks2019if DuckHacks2019 is your folder's name. - Run -
npm installto install node modules - Run -
npm startto start server and angular app. - Now go to
localhost:4200ORlocalhost:3000in browser to run the app.
To connect to the database - Open MongoDB Compass and then enter the following details:
- Hostname: duckhacks-2019-qbe6v.mongodb.net
- SRV Record: Checked
- Authentication: Username / Password
- Username: duckhacks-2019
- Password: duckhacks
- Authentication Database: admin
- SSL: System CA / Atlas Deployment
Then type in your favorite name, click save favorite and connect!