- Install Angular CLI Globally (-g)
npm install -g @angular/cli
- Enter folder and install modules
npm install
- The repository has both, front and back-end. In order to run the front end (Angular), run:
npm run start
- Back-end (Node + Express):
npm run server
The back-end uses MongoDB Atlas Clusters to deliver storage. To connect, check with the admin of this repository.
Check env.sample to see what credentials are required for a successful connection with Atlas