Enhance README with badges and format updates

Updated README to include badges and improved formatting.
This commit is contained in:
Marta Borgia Leiva 2026-02-04 08:02:03 +00:00 committed by GitHub
parent 0704ef9b15
commit 8278a22a57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,17 +1,20 @@
Little backend for a kanban project managment app. Little backend for a kanban project managment app.
![Gitea Stars](https://img.shields.io/gitea/stars/a-mayb3/Kanban_clone_backend?gitea_url=https%3A%2F%2Fgit.vollex.cc%2F&style=for-the-badge&logo=forgejo&label=Stars%20on%20git.vollex.cc)
![GitHub Repo stars](https://img.shields.io/github/stars/a-mayb3/Kanban_clone_backend?style=for-the-badge&logo=github&label=Stars%20on%20GitHub)
## TechStack ## TechStack
- Python3 - Python3
- FastAPI + Uvicorn - FastAPI + Uvicorn + SQLAlchemy
- SQLite + SQLAlchemy - SQLite
- git + GitHub (duh) - git (duh)
![](https://skillicons.dev/icons?i=python,fastapi,sqlite,git,github) ![](https://skillicons.dev/icons?i=python,fastapi,sqlite,git)
## 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 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