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

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

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