System organizacji PRI
Go to file
2023-01-03 23:01:28 +01:00
backend Merge branch 'development' of https://git.wmi.amu.edu.pl/s459309/system-pri into development 2023-01-03 22:51:53 +01:00
data add mode info to upload and update test data 2022-06-12 19:01:16 +02:00
frontend Reload on year change 2023-01-03 23:01:28 +01:00
.gitignore rename readme for backend and add .gitignore 2022-05-17 16:13:45 +02:00
docker-compose.prod.yaml add docker configuration for production 2022-11-18 00:20:50 +01:00
docker-compose.yaml fix list project supervisors and students endpoints for coordinator view 2023-01-03 21:12:29 +01:00
README.md change way od storage with user is loin in 2022-12-16 06:50:55 +01:00

System-pri

System organizacji PRI

Usage

First create .env files in ./backend and ./frontend and fill with similar data like .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