Skip to content

Commit 588d75e

Browse files
committed
Doc: Add a table of contents in flask postgresql tutorial
1 parent 63a0896 commit 588d75e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

databases/project_configure_postgres_in_flask.md

+29
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,35 @@ For reference, these are the topics you can review in the PostgreSQL database se
1212
6. [Getting Started With PostgreSQL](/databases/03_getting_started_with_postgresql.md)
1313
7. [Sample Flask Project Using PostgreSQL](/databases/project_configure_postgres_in_flask.md) (this article)
1414

15+
### Table of Contents
16+
17+
This article has the following sub-sections. You can click on any of the links below to navigate to a specific section:
18+
19+
- [Project Overview](#project-overview)
20+
- [Project Structure](#project-structure)
21+
- [Setting Things Up](#setting-things-up)
22+
- [Access Project Directory](#step-1-navigate-to-your-project-directory)
23+
- [Create and Activate a Virtual Environment](#step-2-create-a-virtual-environment)
24+
- [Build The Application](#building-the-application)
25+
- [Install Project Dependancies](#step-1-install-project-dependencies)
26+
- [Instantiate Project Dependancies](#step-3-register-extensions-in-application-instance)
27+
- [Application Configurations](#step-4-configure-the-application)
28+
- [Environment Variables](#step-5-create-environment-variables)
29+
- [PostgreSQL URL Format](#step-6-postgresql-url-format)
30+
- [View Functions](#step-7-add-view-functinos)
31+
- [User Model](#step-8-create-user-model)
32+
- [Create Database](#step-9-create-the-database)
33+
- [Define Forms](#step-10-define-forms)
34+
- [Update Templates](#step-11-update-templates)
35+
- [Ignore Files](#step-13-ignore-both-the-sensitive-and-the-unnecessary-files)
36+
- [Application Entry Point](#step-14-create-an-entry-point)
37+
- [Start Flask Server](#step-16-start-the-flask-server)
38+
- [Configure PostgreSQL Database](#configure-postgresql-database)
39+
- [Access PostgreSQL Using PSQL](#step-1-access-postgresql-from-psql)
40+
- [Create a New User](#step-2-create-a-new-user)
41+
- [Add User Password](#step-4-add-user-password)
42+
- [Create A Database](#step-5-create-a-database)
43+
1544

1645
## Project Overview
1746

0 commit comments

Comments
 (0)