mirror of
https://github.com/a-mayb3/Kanban_clone_backend.git
synced 2026-03-21 10:05:38 +01:00
Corrected running instructions
This commit is contained in:
parent
2f924496af
commit
0704ef9b15
1 changed files with 2 additions and 1 deletions
|
|
@ -9,11 +9,12 @@ Little backend for a kanban project managment app.
|
|||

|
||||
|
||||
## How to run
|
||||
### *nix (Linux, MacOS, BSD, etc...)
|
||||
### *nix systems (Linux, MacOS, BSD, etc...)
|
||||
```bash
|
||||
git clone --depth=1 https://github.com/a-mayb3/Kanban_clone_backend
|
||||
cd Kanban_clone_backend
|
||||
python3 -m venv env
|
||||
source env/bin/activate
|
||||
pip install -r requirements.txt
|
||||
uvicorn main:app --reload
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue