Skip to content

Commit 41c14fa

Browse files
authored
Merge branch 'main' into pylint-workflow
2 parents 621b18c + ea56b7b commit 41c14fa

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,23 @@ The backend and frontend are started manually.
8888
5. **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
132141
Before authenticating, a user must be created:
133142

134143
1. 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.

0 commit comments

Comments
 (0)