This project is a crud of users that includes unit tests with 100% of coverage.
Run npm run db-server
json-server runs at url http://localhost:3000/
.
Run npm run start
for a dev server. Browser automatically open project at urlhttp://localhost:4200/
.
Run npm run test:coverage
to execute the unit tests via Karma.
This project was generated with Angular CLI version 11.0.7.