Skip to content

kshyam/flask-blog-with-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to create flask app with flask_sqlalchemy

    clone this example
    git clone git@github.com:kshyam/flask-blog-with-db.git

Install flask_sqlalchemy

    pip install flask_sqlalchemy
flask --debug run

OR

 export FLASK_ENV=development
 flask run

Open the application

http://127.0.0.1:5000/

About

How to create flask app with flask_sqlalchemy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published