This project is built with Python Flask, Bootstrap and JQuery.
This system simply implements basic CRUD features for the booking list table and queries available trains, seats, and prices from the train schedule table.
Using AJAX or form submit to communicate with server side.
Python 3.6.5 Flask 1.0.2 Flask-Cors 3.0.4 Flask-MySQLdb 0.2.0 PyMySQL 1.0.2 SQLAlchemy 1.2.7 Pandas 0.23.0
-
Clone this repository
-
Install dependencies
- Create your DB in MySQL :
CREATE DATABASE *****; // your DB name
- Create default Tables: Remember to fix DB username and password in file.
python dbCreate.py
- Execute system: Remember to fix DB username and password in file.
python App.py