System organizacji PRI
Go to file
adam-skowronek bcd06d85bd Add min max calendar hours, add event colors 2022-11-12 23:50:29 +01:00
backend 3.6 Add schedules view for students, coordinator can now assign to committees 2022-11-04 01:18:26 +01:00
data add mode info to upload and update test data 2022-06-12 19:01:16 +02:00
frontend Add min max calendar hours, add event colors 2022-11-12 23:50:29 +01:00
.gitignore rename readme for backend and add .gitignore 2022-05-17 16:13:45 +02:00
README.md update readme - usage section 2022-10-25 20:35:12 +02:00
docker-compose.yaml update docker for frontend and rename title of website and add icon 2022-06-22 18:35:04 +02:00

README.md

System-pri

System organizacji PRI

Usage

First create .env file and fill with similar data like ./backend/.env.example.

Run application and init database

docker-compose up -d --build
docker-compose exec backend flask db upgrade
docker-compose exec backend flask init_db

Turn off application

docker-compose down

Show logs

docker-compose logs -f