Basic front-end and back-end that showcase the useage of SQL queries.
- MySQL or MariaDB server
pip
to install the dependenciespython 3
to run the application
pip -r requirements.txt
to install any dependencies- change
connect_db.py.TEMPLATE
toconnect_db.py
and fill your database information (host, user, password) cd App && python main.py
to start a live reload session
└─ App
├── database
│ └── *.py
│
├── models
│ └── *.py
│
├── static
│ ├── css
│ │
│ └── js
│
├── templates
│ │
│ └── *.html
│
└── main.py