You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the src/ folder you can find all webpages for react. API requests will be redirected to the flask server which has an REST-conform API in the api directory.
To Launch the webpage in development mode run npm start in the main folder
To Launch the API in development mode run the flask.sh file in /api