This project was generated with Angular CLI version 11.1.2.
NPM is used to manage all the packages on it.
In order to execute the project properly, the first step is installing dependencies. Run the following command to do it:
npm install
This project runs with a fake backend, in order to be able to run is necessary to install json-server. You can do that running the command:
npm install -g json-server
Then to actually run the backend server on terminal execute the following command:
npm run start:backend
On the terminal run the command:
npm run start
In the root folder a db.json file is located, this json file contains all the data that is being managed by the backend.