Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Demo web server with SQLite database management.

Notifications You must be signed in to change notification settings

br0kenpixel/flask-sqlite-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

flask-sqlite-demo

Demo web server with SQLite database management.

This app uses the Flask module to create a simple website which allows viewing and editing a database containing information about people, such as their name, age, email and address. The database is a simple serverless SQLite database. Entries can be modified, added and removed. For more info check the web/doc.html page.

To run the app, just run python3 app.py.

⚠️ Please keep in mind that this application is just a demo. It was not built with security/stability in mind! Please don't take this code and use it on some production server 🙂

Used tools and sources:
HTML Editor site: https://www.quackit.com/html/online-html-editor/full/
SQLite doc: https://docs.python.org/3/library/sqlite3.html
Flask doc: https://flask.palletsprojects.com/en/2.1.x/

About

Demo web server with SQLite database management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published