Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 365 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 365 Bytes

This is an small webpage for the OTC

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