Skip to content

Dinara-F/cat_charity_fund

Repository files navigation

QRKot

A training project of the application API for the QRKot Cat Charitable Foundation. Its purpose is to collect and distribute donations among various projects.

Developers

Technologies

Instructions

Clone the repository:

git clone

Create and activate virtual environment:

python -m venv venv

Install requirements.txt:

pip install -r requirements.txt

Run migrations

alembic upgrade head

Run server

uvicorn app.main:app --reload