# fastapi-admin **Repository Path**: uyynot_admin/fastapi-admin ## Basic Information - **Project Name**: fastapi-admin - **Description**: “fastapi-admin”是一个基于FastAPI和TortoiseORM构建的快速管理后台,它使用了Tabler UI作为其用户界面设计,并从Django admin中汲取了灵感。 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-19 - **Last Updated**: 2024-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FastAPI Admin [![image](https://img.shields.io/pypi/v/fastapi-admin.svg?style=flat)](https://pypi.python.org/pypi/fastapi-admin) [![image](https://img.shields.io/github/license/fastapi-admin/fastapi-admin)](https://github.com/fastapi-admin/fastapi-admin) [![image](https://github.com/fastapi-admin/fastapi-admin/workflows/deploy/badge.svg)](https://github.com/fastapi-admin/fastapi-admin/actions?query=workflow:deploy) [![image](https://github.com/fastapi-admin/fastapi-admin/workflows/pypi/badge.svg)](https://github.com/fastapi-admin/fastapi-admin/actions?query=workflow:pypi) [中文文档](./README-zh.md) [한국어 문서](./README-ko.md) ## Introduction `fastapi-admin` is a fast admin dashboard based on [FastAPI](https://github.com/tiangolo/fastapi) and [TortoiseORM](https://github.com/tortoise/tortoise-orm/) with [tabler](https://github.com/tabler/tabler) ui, inspired by Django admin. ## Installation ```shell > pip install fastapi-admin ``` ## Requirements - [Redis](https://redis.io) ## Online Demo You can check a online demo [here](https://fastapi-admin.long2ice.io/admin/login). - username: `admin` - password: `123456` Or pro version online demo [here](https://fastapi-admin-pro.long2ice.io/admin/login). - username: `admin` - password: `123456` ## Screenshots ![](https://raw.githubusercontent.com/fastapi-admin/fastapi-admin/dev/images/login.png) ![](https://raw.githubusercontent.com/fastapi-admin/fastapi-admin/dev/images/dashboard.png) ## Run examples in local 1. Clone repo. 2. Create `.env` file. ```dotenv 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 to create first admin. ## Documentation See documentation at . ## License This project is licensed under the [Apache-2.0](https://github.com/fastapi-admin/fastapi-admin/blob/master/LICENSE) License.