System organizacji PRI
Go to file
2022-11-17 23:37:05 +01:00
backend update endpoint of downloading examination schedule in pdf format for coordinator view and fix font issues for polish characters 2022-11-17 20:33:20 +01:00
data add mode info to upload and update test data 2022-06-12 19:01:16 +02:00
frontend Fix if statement 2022-11-17 23:37:05 +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