We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364f782 commit d11ec61Copy full SHA for d11ec61
README.md
@@ -6,10 +6,6 @@ This project is still under development.
6
7
`sudo apt update && sudo apt install -y python3-dev libpq-dev && pipx install poetry && poetry install && poetry shell`
8
9
-## Start development database
10
-
11
-`docker compose up -d`
12
13
## Set environment variables
14
15
Copy .env.example to .env with `cp .env.example .env`.
@@ -18,6 +14,10 @@ Generate a 256 bit secret key with `openssl rand -base64 32` and paste it into t
18
19
Set your desired database name, username, and password in the .env file.
20
16
17
+## Start development database
+
+`docker compose up -d`
21
## Run the development server
22
23
`uvicorn main:app --host 0.0.0.0 --port 8000 --reload`
0 commit comments