This project is an upgraded and revised version of https://github.com/ns-code/ng18-maintainusers-refactored
The Angular version is upgraded from v18 to v19 and uses Kendo UI grid and form components. This project illustrates CRUD functionality implementation for a maintain users application. It gets data from a backend REST API server https://github.com/ns-code/gin-crud-apis
After cloning run 'npm install' to install the needed packages.
Run ng test to run the Karma/Jasmine unit test cases.
Run ng e2e to run the Cypress e2e integration test cases.
With the above-mentioned API server running, run 'ng serve'. The app can then be accessed using http://localhost:4200
https://github.com/ns-code/ng19-maintainusers-kendo-ui/wiki/Screenshots