We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c1235 commit 093497bCopy full SHA for 093497b
1 file changed
README.md
@@ -26,7 +26,7 @@ This project provides a scalable API backend using FastAPI and PostgreSQL, featu
26
### 1. Clone & Setup Environment
27
28
```bash
29
-git clone <repo-url>
+git clone https://github.com/goldlabelapps/python.git
30
cd python
31
cp .env.sample .env # Add your Postgres credentials and settings
32
python -m venv venv
0 commit comments