Skip to content

itsmaheshkariya/python-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python SQLite

Simple Python Application For CRUD operations through SQLite.

Git Clone

git clone https://github.com/maheshkareeya/python-sqlite.git

Change Directory

cd python-sqlite

Note : Install Python for your system with pip

pip install virtualenv

source bin/activate

pip install flask flask-sqlalchemy

Export

export FLASK_APP=app.py

export FLASK_DEBUG=True

flask run

Install Dependences

pip install

Start Server

flask run

Demo

alt text