This project is the official Starlette-Admin Demo application that showcases the main features of Starlette-Admin
Available online here
To run this project:
Before you begin, make sure you have the following prerequisites installed:
git clone https://github.com/jowilf/starlette-admin-demo.git
cd starlette-admin-demo
uv venv --python 3.12
uv sync
uv run seed.py
uv run -- uvicorn app.main:app --reload
Then access the application in your browser at the given URL (https://localhost:8000 by default).