cd ./backend/
flask --app src/rest_api.py run --debug & 
cd ..
cd ./frontend
npm run dev