This repository contains sample database projects, using SQLite for the RDBMS and mostly using Python CGI with HTML/CSS for the front end.
To use the sample databases:
- Open Visual Studio Code
- Clone the repository and save it to your computer
- Open a terminal and navigate to the folder for the database you want to use (that is, either the FuelWatch of Mondial folder)
- Run the script http_server.py so start a Python webserver. This should open a browser window with the home page for your database
NOTE: If the webserver starts and returns a 404: File not found error, make sure that the http_server.py file is being executed from the correct folder.