Optional preparation:
• Create venv
• then cd to your venv
0. source ../venv/bin/activate
What you need to do to start:
1. cd to flask-server folder
2. flask run
4. a second terminal
5. cd to client folder
6. npm start
Optional: check if running
7. Check if frontend is visible at port
8. See if server is running by console.logs or in another tab.
Stop Server: pkill -f "flask run"
Note: During the development of this project, GitHub Copilot was partially used as a supporting tool to increase efficiency and evaluate alternative implementation proposals. All adopted code parts were understood, tested and suit the context. License compliance was double checked with FOSSA.