Repository to host static swagger ui API documentation for Opora group project
https://tarasshablii.github.io/opora-api/
Back-end API implementation can be started with the help of the attached docker-compose.yml
docker compose up -d
- The application will be accessible on http://localhost:8080.
- Swagger UI for API documentation can be accessed at http://localhost:8080/swagger-ui/index.html.
docker compose down
Created data will persist between runs in docker volumes. Remove docker volumes to wipe all data:
docker compose down -v