An open API service indexing awesome lists of open source software.

https://github.com/codersales/chinook2


https://github.com/codersales/chinook2

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

          

# DBMS lessons - source code (task manager mini-project)

### [Lesson 01 - Putting the Basics Into Place](https://github.com/Code-Institute-Solutions/flask-sqlalchemy-task-manager/tree/main/01_putting_the_basics_into_place)

### [Lesson 02 - Creating the Database](https://github.com/Code-Institute-Solutions/flask-sqlalchemy-task-manager/tree/main/02_creating_the_database)

### [Lesson 03 - Template Inheritance](https://github.com/Code-Institute-Solutions/flask-sqlalchemy-task-manager/tree/main/03_template_inheritance)

### [Lesson 04 - Adding Categories](https://github.com/Code-Institute-Solutions/flask-sqlalchemy-task-manager/tree/main/04_adding_categories)

### [Lesson 05 - Viewing Categories](https://github.com/Code-Institute-Solutions/flask-sqlalchemy-task-manager/tree/main/05_viewing_categories)

### [Lesson 06 - Updating Categories](https://github.com/Code-Institute-Solutions/flask-sqlalchemy-task-manager/tree/main/06_updating_categories)

### [Lesson 07 - Deleting Categories](https://github.com/Code-Institute-Solutions/flask-sqlalchemy-task-manager/tree/main/07_deleting_categories)

### [Lesson 08 - Adding Tasks](https://github.com/Code-Institute-Solutions/flask-sqlalchemy-task-manager/tree/main/08_adding_tasks)

### [Lesson 09 - Viewing Tasks](https://github.com/Code-Institute-Solutions/flask-sqlalchemy-task-manager/tree/main/09_viewing_tasks)

### [Lesson 10 - Updating Tasks](https://github.com/Code-Institute-Solutions/flask-sqlalchemy-task-manager/tree/main/10_updating_tasks)

### [Lesson 11 - Deleting Tasks](https://github.com/Code-Institute-Solutions/flask-sqlalchemy-task-manager/tree/main/11_deleting_tasks)

### [Lesson 12 - Deploying Our Project to Heroku](https://github.com/Code-Institute-Solutions/flask-sqlalchemy-task-manager/tree/main/12_deploying_our_project_to_heroku)