Fastapi-admin: The Fastest Admin Dashboard for FastAPI

FastAPI Admin


Introduction

fastapi-admin is a fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.

Installation

> pip install fastapi-admin

Requirements

Online Demo

You can check a online demo here.

  • username: admin
  • password: 123456

Or pro version online demo here.

  • username: admin
  • password: 123456

Screenshots

Run examples in local

Clone repo.

Create .env file.

DATABASE_URL=mysql://root:123456@127.0.0.1:3306/fastapi-admin
REDIS_URL=redis://localhost:6379/0

Run docker-compose up -d --build.

Visit http://localhost:8000/admin/init to create first admin.

Documentation

See documentation at https://fastapi-admin.github.io.


中文文档 한국어 문서


Download Details:

Author: fastapi-admin
Source Code: https://github.com/fastapi-admin/fastapi-admin 
License: Apache-2.0 license

#flask #python #fastapi #dashboard 

Fastapi-admin: The Fastest Admin Dashboard for FastAPI
1.85 GEEK