Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

AnTaif/UrfuStudentTransfer-backend

Repository files navigation

Student Transfer (Backend)

Getting Started

  1. Clone the repository:

    git clone https://github.com/AnTaif/UrfuStudentTransfer-backend
  2. Navigate to the project directory:

    cd UrfuStudentTransfer-backend
  3. 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