JanusRekoj / Transportastic

1 stars 1 forks source link

Web team: Create connection between python and web page #2

Closed JanusRekoj closed 3 years ago

invisible24 commented 3 years ago

I've added a simple Flask server structure as a starting point. Flask is using the WSGI interface so it should be deployable with all common (python) hosting services. The controller class should serve as interface between the server and the model but further specification of the concrete interface is required

invisible24 commented 3 years ago

I've added a Vue.js app which contains an example website. So, we should now have a working connection, however simple, between Python (backend) and the web page (frontend).