https://github.com/codersales/chinook2
https://github.com/codersales/chinook2
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codersales/chinook2
- Owner: CoderSales
- Created: 2022-03-17T09:53:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T09:54:07.000Z (about 4 years ago)
- Last Synced: 2025-10-23T17:43:54.733Z (5 months ago)
- Language: HTML
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)