mirror of
https://github.com/a-mayb3/Kanban_clone_backend.git
synced 2026-03-21 18:15:37 +01:00
Initialize README with project details
Added project description, tech stack, and run instructions.
This commit is contained in:
parent
0dae277342
commit
2f924496af
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
Little backend for a kanban project managment app.
|
||||||
|
|
||||||
|
## TechStack
|
||||||
|
- Python3
|
||||||
|
- FastAPI + Uvicorn
|
||||||
|
- SQLite + SQLAlchemy
|
||||||
|
- git + GitHub (duh)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## How to run
|
||||||
|
### *nix (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
|
||||||
|
uvicorn main:app --reload
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue