Skip to content

Latest commit

 

History

History

README.md

Backend of tidb.ai

Development

Install dependencies

  1. Install uv
  2. Use uv to install dependencies
uv sync

Prepare environment

cp .env.example .env

Edit .env to set environment variables.

Run migrations

make migrate

Run development server

uv run python main.py runserver