https://github.com/pupattan/display-sql-table-data
An app to read a SQlite table data show on UI using Flask
https://github.com/pupattan/display-sql-table-data
Last synced: 9 months ago
JSON representation
An app to read a SQlite table data show on UI using Flask
- Host: GitHub
- URL: https://github.com/pupattan/display-sql-table-data
- Owner: pupattan
- License: mit
- Created: 2022-11-17T17:40:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T18:05:48.000Z (about 3 years ago)
- Last Synced: 2025-02-14T12:53:53.833Z (11 months ago)
- Language: CSS
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# display-sql-table-data
An app to read a SQlite table data show on UI using Flask
/data/users.db file contains information about employees.
This app will show the table on UI( browser - html page) while running it.
ID Firstname Lastname Username Age Sex Years
1 Noah James Noah James 20 Male 1
2 Liam John Liam John 23 Female 3
## How to run
### Installation
Install flask module
$ pip install flask
### Run program
$ python main.py
### Open browser
Open URL on browser http://127.0.0.1:5000