Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carloocchiena/flask_sqlite_full_stack_python_template

A web app in Flask that allows via web form to enter a username. The backend saves it with the date of the day and an auto-incrementing ID and saves it to a local SQLite DB.
https://github.com/carloocchiena/flask_sqlite_full_stack_python_template

backend flask flask-sqlite3 fullstack python sqlite webapp

Last synced: 15 days ago
JSON representation

A web app in Flask that allows via web form to enter a username. The backend saves it with the date of the day and an auto-incrementing ID and saves it to a local SQLite DB.

Awesome Lists containing this project

README

        

# Flask SQLite full-stack-Python template

read the tutorial on https://www.azionadigitale.com/sviluppiamo-una-web-api-con-python-flask-e-sqlite/

## About

A web app in Flask that allows via web form to enter a username.

The backend saves it with the date of the day and an auto-incrementing ID and saves it to a local SQLite DB.
With admin panel you can retrieve all the users.

For learning purposes only.