Skip to content

jakub-kassak-org/deadlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deadlock-application

How to run

This application is containerized using Docker. Build with command:

docker compose build

To run download docker and run from terminal:

docker compose up

Stop with CTR + C, then run:

docker compose down

Ports

Front-end server is currently listening on port 8080, back-end on port 8081 and database on port 5433.

Volumes / mounts

Directory ./back-end/ is bind-mounted into python server for in-container development.

Password

To sign into front-end or back-end use username stlpik, password secret. Database has user test with password test.