imstalled node.js
on linux
sudo apt install nodejs
on windows
https://nodejs.org/en/download/
installed npm
sudo apt install npm
on windows
https://www.npmjs.com/get-npm
installed python
installed pip
installed flask
pip install flask
installed flask CORS
pip install -U flask-cors
go to client folder and run
npm install
to build svelte app run
npm run build
python app.py
docker-compose up -d
python3 -m server.db.seed
to seed data to the db