All you need - it's one command:
docker-compose up
That's all!
Now you can see the application by:
localhost:3000
Also, if you need, adminer for db is here: Adminer:
localhost:9008
All configs you can find and set in:
docker-compose.yml
back/config.ini
front/src/config.json
Change your work dir to back
cd way/to/project/back/
To create tables and push test data open your Terminal and run:
python db_init.py
Don't forget to run PostgreSQL (by docker or smth else).
That's all.