Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 672 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 672 Bytes

Task-force app badges: DeepScan grade

Flask app displaying CRUD capabilities of fullstack applications with sql-alchemy.

App capabilities:

  • User can add, delete, update tasks.

What was learnt:

  • Data modelling with sqlalchemy.
  • Server request handling.
  • Client request handling.
  • Data parsing.
  • Jinja 2 templating and syntax.
  • Python classes and database modelling.

Bonus attributes:

  • Deploying using heroku.
  • Versioning and updating software.
  • Use of font awesome.
  • Design Principles.