Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Flask Todo

Playing around with a little simple series of RESTful services using Flask and storing stuff into sqllite using SqlAlchemy

Spun this out of the flask project in order to restructure things, the old layout was too constricting

Needed Tools

Installed the following through pip3

  • flask
  • sqlalchemy
  • flask-sqlalchemy