|
59 | 59 | 0. [About](#0-about) |
60 | 60 | 1. [Features](#1-features) |
61 | 61 | 1. [To Do](#11-to-do) |
62 | | -3. [Contents](#2-contents) |
63 | | -4. [Prerequisites](#3-prerequisites) |
| 62 | +2. [Contents](#2-contents) |
| 63 | +3. [Prerequisites](#3-prerequisites) |
64 | 64 | 1. [Environment Variables (.env)](#31-environment-variables-env) |
65 | 65 | 2. [Docker Compose](#32-docker-compose-preferred) |
66 | 66 | 3. [From Scratch](#33-from-scratch) |
67 | | -5. [Usage](#4-usage) |
| 67 | +4. [Usage](#4-usage) |
68 | 68 | 1. [Docker Compose](#41-docker-compose) |
69 | 69 | 2. [From Scratch](#42-from-scratch) |
70 | 70 | 1. [Packages](#421-packages) |
|
73 | 73 | 4. [Running the API](#424-running-the-api) |
74 | 74 | 3. [Creating the first superuser](#43-creating-the-first-superuser) |
75 | 75 | 4. [Database Migrations](#44-database-migrations) |
76 | | -6. [Extending](#5-extending) |
| 76 | +5. [Extending](#5-extending) |
77 | 77 | 1. [Project Structure](#51-project-structure) |
78 | 78 | 2. [Database Model](#52-database-model) |
79 | 79 | 3. [SQLAlchemy Models](#53-sqlalchemy-models) |
|
87 | 87 | 10. [ARQ Job Queues](#510-arq-job-queues) |
88 | 88 | 11. [Rate Limiting](#511-rate-limiting) |
89 | 89 | 12. [Running](#512-running) |
90 | | -7. [Running in Production](#6-running-in-production) |
91 | | -8. [Testing](#7-testing) |
92 | | -9. [Contributing](#8-contributing) |
93 | | -10. [References](#9-references) |
94 | | -11. [License](#10-license) |
95 | | -12. [Contact](#11-contact) |
| 90 | +6. [Running in Production](#6-running-in-production) |
| 91 | +7. [Testing](#7-testing) |
| 92 | +8. [Contributing](#8-contributing) |
| 93 | +9. [References](#9-references) |
| 94 | +10. [License](#10-license) |
| 95 | +11. [Contact](#11-contact) |
96 | 96 |
|
97 | 97 | ___ |
98 | 98 | ## 3. Prerequisites |
|
0 commit comments