ACME Learning Center Application, illustrating CRUD behavior and in-app navigation, with Angular Material and Angular Router. It also uses a JSON Server Fake API.
Project features include:
- Material Design based components.
- Integration with JSON Server Fake API.
- CRUD operations.
- In-app navigation.
- Internationalization (i18n).
- Environment configuration.
- Domain-Driver Design approach.
This project was generated with Angular CLI version 18.2.3.
It also uses the following dependencies:
- Angular Material (https://material.angular.io/).
- ngx-translate ( https://github.com/ngx-translate/core ).
- ngx-translate/http-loader ( https://github.com/ngx-translate/http-loader ).
- JSON Server stable version( https://github.com/typicode/json-server/tree/v0 ).
Run the following commands to start the fake API server:
cd server
sh start.sh