This project was is been develop with Angular and Angular CLI version 13.2.2.
It has a backend in Java 11 using Quarkus: FitApi.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run ng lint to execute the linter. This project uses EsLint and Prettier to perform the code lint and format.
Run ng lint --fix to fix all the auto fixable lint issues.
Run ng test to execute the unit tests via Jest.
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
