Web Database Application provides a web interface for a schedule database. This server application is written on Python using Flask as the web framework and Firebird as the database.
You will need Python 3.6 to run this application. You will also need Flask and JSGlue. To install Flask and JSGlue on Windows, simply execute this in yout console with admin rights:
pip install Flask
pip install Flask-JSGlue
To run the application in Windows, you have to execute baseGen.bat
to generate the database and run.bat
to run the server.
Visit http://localhost:5000/
to open the web interface.
- Viewing database tables using metadata;
- Creating schedules with different projections on X and Y axis;
- Editing and deleting table elements.