- Download MongoDB
https://www.mongodb.com/download-center?jmp=nav#community - Install MongoDB following the wizard instructions
- Find the install location then:
cd/MongoDB/Server/3.4/bin - Enter:
mongod.exe
- In a terminal enter:
git clone https://github.com/Blunderproof/340Project/ - Enter:
cd 340Project - Enter:
npm installthis will install the project - Enter:
yarn startwthis will open up two separate terminal windows, one running the server and one running the Angular front-end.
You should have 3 terminal windows in total open!
- Navigate to
localhost:3000.