System organizacji PRI
Go to file
2023-01-17 11:34:07 +01:00
backend update and add functional tests for project supervisor endpoints 2023-01-16 22:51:52 +01:00
data add mode info to upload and update test data 2022-06-12 19:01:16 +02:00
frontend Update GradeCard styles, add points sum 2023-01-17 00:40:02 +01:00
.gitignore rename readme for backend and add .gitignore 2022-05-17 16:13:45 +02:00
docker-compose.prod.yaml Update prod deployment config 2023-01-09 19:35:41 +00:00
docker-compose.yaml fix list project supervisors and students endpoints for coordinator view 2023-01-03 21:12:29 +01:00
LICENSE Add license 2023-01-17 11:34:07 +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