Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 584 Bytes

File metadata and controls

19 lines (10 loc) · 584 Bytes

Angular Testing Users Crud

This project is a crud of users that includes unit tests with 100% of coverage.

screen

Database server

Run npm run db-server json-server runs at url http://localhost:3000/.

Run project

Run npm run start for a dev server. Browser automatically open project at urlhttp://localhost:4200/.

Running unit tests

Run npm run test:coverage to execute the unit tests via Karma.

This project was generated with Angular CLI version 11.0.7.