๐ ๏ธSet up and Run
The following sections cover setting up the client and server, as well as running the application.
Last updated
The following sections cover setting up the client and server, as well as running the application.
Last updated
python3 -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`pip install -r requirements.txtflask rundocker-compose build
docker-compose up -d #running in detached mode