Web application which allows users to add, update, delete, and view employees in a database. Features strong client-side and server-side validation for all data types.
- Default sorting is ID in descending order. Custom sorting is supported through the
sort
query parameter. - Example:
https://usrana-persons.cyclic.app/persons/?sort=lastName
See Issues.