Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 659 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 659 Bytes

Opora API

Repository to host static swagger ui API documentation for Opora group project

https://tarasshablii.github.io/opora-api/

Back-end

Back-end API implementation can be started with the help of the attached docker-compose.yml

Start

docker compose up -d

Accessing the Application

Stop

docker compose down

Created data will persist between runs in docker volumes. Remove docker volumes to wipe all data:

docker compose down -v