a simple Flask application using SQLite database
Author: Mariya Sha
YouTube tutorial: https://youtu.be/v3CSQkPJtAc
includes the backend of the application - all the routes and request logic.
grocery_list.db
a complete SQLite groceries database which was created with grocery_list.py
grocery_list.py
the file which created grocery_list.db
templates/index.html
The HTML template of the application, containing Jinja expressions
static/css/main.css
the stylesheet of the application
static/js/main.js
includes all the client side interactions of the app Wayscript is unfortunatley gone and therefore the app is no longer hosted on their servers.
If you'd like to learn how to host your app on Heroku instead, I shor it in another tutorial of mine:
Simple Web App with Flask and Heroku
https://youtu.be/6plVs_ytIH8