- Express >=4.16.1
- Angular CLI >=9.1.0
- MongoDB >=4.2.5
- Node >=12.6.1
- Node Package Manager(npm) >=6.13.4
- Clone the repo locally.
- Install the required packages for server side by running
npm install
in the main directory for backend and inclient
directory for Angular. - Run backend using
nodemon server.js
. It will run the express app and connect it to mongoDB on port5000
. - Then move to the client directory using
cd client
and run angular byng serve --open
it will open the app in your browser.