Starlette-Admin Demo Application
May 17, 2025 ยท View on GitHub
This project is the official Starlette-Admin Demo application that showcases the main features of Starlette-Admin
Available online here
Usage
To run this project:
1. Prerequisites
Before you begin, make sure you have the following prerequisites installed:
2. Clone the repository
git clone https://github.com/jowilf/starlette-admin-demo.git
cd starlette-admin-demo
3. Create and activate a virtual environment:
uv venv --python 3.12
4. Sync dependencies
uv sync
5. Create mock data:
uv run seed.py
6. Run the application:
uv run -- uvicorn app.main:app --reload
Then access the application in your browser at the given URL (https://localhost:8000 by default).