Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 364 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 364 Bytes

flask-starter-api

for learning concepts related to making APIs w/ Flask

concepts

  • templating
  • jinja
  • cors
  • static files
  • deploy (heroku)

todo

  • jwt auth/ any auth
  • db (mongodb/postgre)
  • docker
  • deployment
    • heroku
    • firebase (maybe)
    • aws (maybe)