System organizacji PRI
Go to file
2022-11-17 18:39:45 +01:00
backend add endpoint for generate term of defence for coordinator view 2022-11-17 18:39:45 +01:00
data add mode info to upload and update test data 2022-06-12 19:01:16 +02:00
frontend merge branch and add student_groups table and change logic of endpoint what use group model 2022-11-17 10:21:36 +01:00
.gitignore rename readme for backend and add .gitignore 2022-05-17 16:13:45 +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 update readme - usage section 2022-10-25 20:35:12 +02:00

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