-
Clone the repository:
git clone https://github.com/AnTaif/UrfuStudentTransfer-backend
-
Navigate to the project directory:
cd UrfuStudentTransfer-backend
-
Build and run the application using Docker Compose:
docker-compose up -d
Once the webapi is running, you can access it at http://localhost:8080
To stop the application and remove the containers, run:
docker-compose down