This project is an assignment for the course "Databases" of the 6th semester of Electrical and Computer Engineering school, National and Technical University of Athens. The app is live on https://bplustree.onrender.com but you can follow the instructions bellow to install it locally on your own machine.
- Python 3.11+
- All the libraries in
requirements.txtwhich you can install with the following commandpip install -r requirements.txtafter you have successfully updated your pip
- Run the command
python3 webapp.py - Open your favourite browser (I'm using Chrome) and type
localhost:8000in the address bar - Have fun:)