A task tracker built using Flask
This application was built by following alonf with book 2 of the RealPython course. The application allows users to register and then log in to a task tracker. Once in the tracker they can add new tasks, mark them as complete, and delete them.
I learned how to use the following tools and frameworks:
- ** Flask
- ** Blueprints
- ** Testing
- ** API's
- ** Password Hashing
- ** User Registration
- ** Database Relationships
- ** Error Loging
- ** SQLAlchemy
- ** Coverage