Skip to content

jowilf/starlette-admin-demo

Repository files navigation

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

About

A demo project to showcase Starlette Admin features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •