Skip to content

fastapi-admin/fastapi-admin

dev
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 17, 2022 21:54
October 19, 2022 23:03
July 10, 2021 12:21
April 6, 2020 18:21
August 18, 2020 15:52
August 24, 2022 21:25
July 8, 2022 13:18
June 17, 2020 11:40
May 1, 2021 20:45
January 8, 2023 21:51
August 26, 2021 20:33
January 8, 2023 21:51
May 19, 2021 22:10
April 25, 2021 17:17
May 5, 2021 14:46
August 24, 2022 20:01
August 24, 2022 21:25
May 13, 2021 16:10

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.