Max Verstappen was a developer at Lambda who created new user management system for Elan, but the system is plagued with lot of bugs in it. As the fest comes nearer you are tasked with fixing the bugs associated with the user management system. The system is crucial for smooth conduction of the fest.
Checkout the OpenAPI specification file and the associated go code to fix the issues. The system should comply with the API specification.
To install and run the Go code, follow these steps:
- Clone the repository and Navigate to the project directory.
- Make sure you have Go installed on your system.
- Run
go run go.main
to start the server. - Access the API at
http://localhost:8000
.
The provided code is a simplified version aimed at illustrating a user management system, it does not include a database for simplicity. You need not setup databases as it is not part of problem statement. Expected bugs include syntax errors, HTTP handling issues and so on.