Backend Service of Test Zegen
- Install Go and Go-Swagger on you device
- Clone repository
- Setup env file
- Run the project
$ make run
- Edit swagger.yml File in api/swagger.yml. If you need help with swagger docs use the Editor and read the Documentation.
- To Generate Routes and Validation from Swagger API run
make build
.