Set up quickly a server with backend, frontend and a proxy server:
Start server:
make start-dev
Then, visit the site at:
- Frontend: http://localhost
- Backend: http://localhost/api/
- [Locally] Automatic Interactive Docs (Swagger UI): https://localhost:8081/docs
Start server:
make start-prod