This repository contains a website that allows users to book travel through a user interface. Site admins can manage accounts, sales, and perform other report functions. Users can make accounts and track their previously bought purchases.
Flask: A lightweight web framework for Python that allows for rapid development of web applications. MySQL: A relational database management system used for storing and retrieving data.
HTML: Markup language for creating web pages. CSS: Stylesheets for designing the layout and appearance of web content. JavaScript: For client-side interactivity.
- Online version (currently privated)
-
pip install -r requirements.txt
- Locally:
-
Locate the drive of the folder (If it is a UWE campus PC make sure to use 'H:' in cmd first).
-
cd /to/project/path
-
cmd /k "python\Scripts\activate.bat"
-
(python3 || py) [-m] main.py
-
Go on your browser and type 'localhost:5000' or '127.0.0.1:5000'
If none of the above work feel free to contact me. The solution above is primarily for Windows.