mirror of
https://github.com/a-mayb3/Kanban_clone_backend.git
synced 2026-03-21 10:05:38 +01:00
Compare commits
2 commits
0704ef9b15
...
4722c4cf99
| Author | SHA1 | Date | |
|---|---|---|---|
| 4722c4cf99 | |||
| 8278a22a57 |
1 changed files with 8 additions and 5 deletions
13
README.md
13
README.md
|
|
@ -1,17 +1,20 @@
|
||||||
Little backend for a kanban project managment app.
|
Little backend for a kanban project managment app.
|
||||||
|
|
||||||
|
[](https://git.vollex.cc/a-mayb3/Kanban_clone_backend)
|
||||||
|
[](https://github.com/a-mayb3/Kanban_clone_backend)
|
||||||
|
|
||||||
## TechStack
|
## TechStack
|
||||||
- Python3
|
- Python3
|
||||||
- FastAPI + Uvicorn
|
- FastAPI + Uvicorn + SQLAlchemy
|
||||||
- SQLite + SQLAlchemy
|
- SQLite
|
||||||
- git + GitHub (duh)
|
- git (duh)
|
||||||
|
|
||||||

|

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