File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,14 +88,23 @@ The backend and frontend are started manually.
88885 . ** Create a local environment file** :
8989
9090 Copy the example file and rename it to dev.env:
91+
92+ 🧠 Linux / macOS
9193
9294 ``` bash
93- cp app/.env.example app/dev.env
95+ cp .env.example dev.env
96+ ```
97+
98+ 🪟 Windows (PowerShell)
99+
100+ ``` bash
101+ copy .env.example dev.env
94102 ```
103+
95104 Then adjust the values if needed (e.g., database port, credentials).
96105
97106
98- 6 . ** Start the FastAPI server** :
107+ 7 . ** Start the FastAPI server** :
99108
100109 ``` bash
101110 uvicorn app.main:app --reload
@@ -132,4 +141,4 @@ Bruno is a lightweight, file-based API client that stores requests in plain text
132141Before authenticating, a user must be created:
133142
1341431 . Run the ** Users → Create User** request and provide only a ` username ` in the request body.
135- 2 . Next, use the ** Authentication → Login** request with the same ` username ` to obtain an access and refresh token.
144+ 2 . Next, use the ** Authentication → Login** request with the same ` username ` to obtain an access and refresh token.
You can’t perform that action at this time.
0 commit comments