Web server boilerplate with REST, MVC architectured
- Copy .env.example file to .env & fill in variables
- Run
docker compose up
- To document api use annotations from API Operations
- Go to
http://localhost:_PORT_NUMBER_/swagger/index.html#/
to view API documentation