mirror of
https://github.com/a-mayb3/Kanban_clone_backend.git
synced 2026-03-21 10:05:38 +01:00
Enhance README with badges and format updates
Updated README to include badges and improved formatting.
This commit is contained in:
parent
0704ef9b15
commit
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.
|
||||
|
||||

|
||||

|
||||
|
||||
## TechStack
|
||||
- Python3
|
||||
- FastAPI + Uvicorn
|
||||
- SQLite + SQLAlchemy
|
||||
- git + GitHub (duh)
|
||||
- FastAPI + Uvicorn + SQLAlchemy
|
||||
- SQLite
|
||||
- git (duh)
|
||||
|
||||

|
||||

|
||||
|
||||
## How to run
|
||||
### *nix systems (Linux, MacOS, BSD, etc...)
|
||||
```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 https://git.vollex.cc/a-mayb3/Kanban_clone_backend.git
|
||||
cd Kanban_clone_backend
|
||||
python3 -m venv env
|
||||
source env/bin/activate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue