Compare commits

..

No commits in common. "4722c4cf99964c7702043627865140ecf5fca25f" and "0704ef9b159f2a2a5f411be9199fd00bf3c6e776" have entirely different histories.

View file

@ -1,20 +1,17 @@
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)](https://git.vollex.cc/a-mayb3/Kanban_clone_backend)
[![GitHub Repo stars](https://img.shields.io/github/stars/a-mayb3/Kanban_clone_backend?style=for-the-badge&logo=github&label=Stars%20on%20GitHub)](https://github.com/a-mayb3/Kanban_clone_backend)
## TechStack ## TechStack
- Python3 - Python3
- FastAPI + Uvicorn + SQLAlchemy - FastAPI + Uvicorn
- SQLite - SQLite + SQLAlchemy
- git (duh) - git + GitHub (duh)
![](https://skillicons.dev/icons?i=python,fastapi,sqlite,git) ![](https://skillicons.dev/icons?i=python,fastapi,sqlite,git,github)
## 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 # or git clone --depth=1 https://git.vollex.cc/a-mayb3/Kanban_clone_backend.git git clone --depth=1 https://github.com/a-mayb3/Kanban_clone_backend
cd Kanban_clone_backend cd Kanban_clone_backend
python3 -m venv env python3 -m venv env
source env/bin/activate source env/bin/activate