Skip to content

bassem97/flask-simple-form

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Python Flask Crud

Simple example python flask crud app for sqlite.

Screenshots

image

Installing (for linux)

open the terminal and follow the white rabbit.

git clone https://github.com/gurkanakdeniz/example-flask-crud.git
cd example-flask-crud/
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
export FLASK_APP=crudapp.py
flask db init
flask db migrate -m "entries table"
flask db upgrade
flask run

License

This project is licensed under the MIT License - see the LICENSE file for details

About

simple example python flask crud app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.7%
  • HTML 31.2%
  • Mako 4.1%