Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.04 KB

File metadata and controls

59 lines (37 loc) · 1.04 KB

Starlette-Admin Demo Application

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).