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. Clone the repository:
git clone https://github.com/jowilf/starlette-admin-demo.git
cd starlette-admin-demo
  1. Create and activate a virtual environment:
python3 -m venv env
source env/bin/activate
  1. Install requirements:
pip install -r 'requirements.txt'
  1. Create and Fill database:
python seed.py
  1. Run the application:
uvicorn app.main:app

Then access the application in your browser at the given URL (https://localhost:8000 by default).