2021-05-07 10:19:35 +08:00
2021-05-06 20:07:52 +08:00
2021-05-07 10:19:35 +08:00
2021-05-06 23:02:59 +08:00
2021-05-07 09:45:00 +08:00
2021-05-05 16:10:38 +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-01 20:45:28 +08:00
2021-04-25 17:17:21 +08:00
2021-04-25 17:17:21 +08:00
2021-05-05 14:46:26 +08:00
2021-04-28 23:44:04 +08:00
2020-06-17 11:40:18 +08:00
2021-05-01 20:45:28 +08:00
2021-05-06 19:53:50 +08:00
2021-05-06 11:38:15 +08:00
2021-05-06 11:38:15 +08:00
2021-05-06 11:39:31 +08:00
2020-07-05 23:51: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.

Looking for old version? See branch v1.

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_HOST=localhost
    REDIS_PORT=6379
    REDIS_PASSWORD=
    REDIS_DB=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.cn.

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%