An example WAMP-based service for managing user accounts in an SQL database with create, update, and delete operations. It starts a router and registers APIs to perform CRUD operations.
To run the project, use the following commands:
make setup
make run