All Projects → fastapi-admin → fastapi-admin

fastapi-admin / fastapi-admin

Licence: Apache-2.0 license
A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to fastapi-admin

fastapi-tdd-docker
Test-Driven Development with FastAPI and Docker
Stars: ✭ 89 (-94.96%)
Mutual labels:  tortoise-orm, fastapi
fastapi-debug-toolbar
A debug toolbar for FastAPI.
Stars: ✭ 90 (-94.9%)
Mutual labels:  tortoise-orm, fastapi
TabBlazor
Blazor admin template based on Tabler UI
Stars: ✭ 222 (-87.42%)
Mutual labels:  admin-dashboard, tabler
FastAPI-template
Feature rich robust FastAPI template.
Stars: ✭ 660 (-62.61%)
Mutual labels:  tortoise-orm, fastapi
Tabler React
React components and demo for the Tabler UI theme.
Stars: ✭ 1,830 (+3.68%)
Mutual labels:  admin-dashboard, tabler
React Firebase Admin
React ⚛️ starter kit with Firebase 🔥 and Bulma for setting up an admin dashboard - Highly scalable, PWA, Serverless
Stars: ✭ 232 (-86.86%)
Mutual labels:  admin-dashboard
Angular Material Dashboard
Angular Material Dasshboard using Angular Material, highcharts and flexbox
Stars: ✭ 227 (-87.14%)
Mutual labels:  admin-dashboard
Appy
🚀 A full stack boilerplate web app
Stars: ✭ 225 (-87.25%)
Mutual labels:  admin-dashboard
Angular Adminlte
AngularjsApp Implementation of renowned Admin-LTE theme (https://github.com/almasaeed2010/AdminLTE) now with many useful directives and features.
Stars: ✭ 214 (-87.88%)
Mutual labels:  admin-dashboard
fastdash
FastDash = FastAPI + DashBoard.
Stars: ✭ 23 (-98.7%)
Mutual labels:  fastapi
Kapella-Free-Bootstrap-Admin-Template
Free Dashboard template with Horizontal menu featuring Bootstrap 4.
Stars: ✭ 126 (-92.86%)
Mutual labels:  admin-dashboard
tailwind-dashboard-template
Mosaic Lite is a free admin dashboard template built on top of Tailwind CSS and fully coded in React. Made by
Stars: ✭ 1,662 (-5.84%)
Mutual labels:  admin-dashboard
Clearmin
Bootstrap 3 responsive dashboard / webapp / admin template
Stars: ✭ 233 (-86.8%)
Mutual labels:  admin-dashboard
ms-fastapi-template
This project was built as a result of a deepening of the studies discussed on the blog farlley.com with a greater focus on Domain Driven Design (DDD) architecture. In this work you will find a simple template for creating microservices, as well as a use case (which will still be implemented according to the Roadmap found in this same document) a…
Stars: ✭ 31 (-98.24%)
Mutual labels:  fastapi
laravel-admin
Laravel admin dashboard
Stars: ✭ 22 (-98.75%)
Mutual labels:  admin-dashboard
Material Admin
Free Material Admin Template
Stars: ✭ 219 (-87.59%)
Mutual labels:  admin-dashboard
vueAdmin
采用Vue+Vue-router+element实现的后台管理模板
Stars: ✭ 15 (-99.15%)
Mutual labels:  admin-dashboard
textpattern-hive-admin-theme
The default Hive admin theme that ships as standard with Textpattern CMS.
Stars: ✭ 18 (-98.98%)
Mutual labels:  admin-dashboard
Vue Element Admin
🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin
Stars: ✭ 73,044 (+4038.47%)
Mutual labels:  admin-dashboard
Forest Rails
🌱 Rails Liana for Forest Admin
Stars: ✭ 247 (-86.01%)
Mutual labels:  admin-dashboard

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:[email protected]: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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].