/wba

Web Database Application

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

wba

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.

installation

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

running application

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.

features

  • Viewing database tables using metadata;
  • Creating schedules with different projections on X and Y axis;
  • Editing and deleting table elements.