# README
API Definition
Endpoints: /api/v1/users GET /users - Returns a list of all users POST /users - Creates a new user GET /users/{id} - Returns the user with the specified ID PUT /users/{id} - Updates the user with the specified ID DELETE /users/{id} - Deletes the user with the specified ID
# Functions
SetRoutes sets up the routes for the application.