/display-sql-table-data

An app to read a SQlite table data show on UI using Flask

Primary LanguageCSSMIT LicenseMIT

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