This is an app created for practice using MongoDB, Express and Node.js
- Go to nodejs.org and download then install the latest version
- Install Angular using npm install -g @angular/cli
- Install nodemon using npm install -g nodemon
- Git clone the project
- For the frontend: cd to the frontend directory and run npm install then ng serve
- For the backend: cd to the backend directory then run nodemon server.js