Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 674 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 674 Bytes

Persons

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.

Sort

  • 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

TODO

See Issues.

Tools Used