Jinlong Peng 25e4ea24b7 fix: build
2022-08-24 20:14:01 +08:00
2022-08-24 20:03:00 +08:00
2022-07-25 18:25:04 +08:00
2022-08-24 20:01:04 +08:00
2021-07-10 12:21:09 +08:00
2020-04-06 18:21:35 +08:00
2020-08-18 15:52:18 +08:00
2021-04-28 22:31:51 +08:00
2021-05-19 22:10:17 +08:00
2022-08-24 20:14:01 +08:00
2022-08-24 20:01:04 +08:00
2021-04-25 17:17:21 +08:00
2021-05-05 14:46:26 +08:00
2022-07-08 13:18:33 +08:00
2020-06-17 11:40:18 +08:00
2021-05-01 20:45:28 +08:00
2022-08-24 20:01:04 +08:00
2022-08-24 20:14:01 +08:00
2021-08-26 20:33:04 +08:00
2022-06-06 14:48:46 +08:00
2021-05-13 16:10:04 +08:00

FastAPI Admin

image image image image

中文文档

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

  1. Clone repo.

  2. Create .env file.

    DATABASE_URL=mysql://root:123456@127.0.0.1:3306/fastapi-admin
    REDIS_URL=redis://localhost:6379/0
    
  3. Run docker-compose up -d --build.

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

Documentation

See documentation at https://fastapi-admin-docs.long2ice.io.

License

This project is licensed under the Apache-2.0 License.

Description
A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin
Readme Apache-2.0 7.5 MiB
Languages
Python 50.3%
HTML 48.5%
Makefile 0.7%
Dockerfile 0.5%