Skip to content

aayushi-droid/FlaskAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskAPI

Crud operations using Flask

Get start

python -m pip install requirements.txt
  • open python interactive shell
from app import db
db.create_all()
exit()
python app.py

requirements

  • flask
  • flask-marshmallow
  • flask-sqlalchemy