BazDen / AMP

AMP: is a fast admin dashboard template based on FastAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AMP: is a fast admin dashboard template based on FastAPI

Introduction

AMP: is a fast admin dashboard template based on FastAPI. The project uses its own database sqlite, which allows you to start using immediately after installation. Peewee is used as an ORM. The templates use bootstrap and C3(D3-based reusable chart library).

Screenshots

Desktop view

Mobile view

Demo

Installation

  1. Clone repo.
  2. In workdir: pip install -r requirements.txt
  3. in console make folder 'src' current
  4. in console run: uvicorn main:app --reload

  The project also contains Docker files so you can build your image in container.

License

This project is licensed under the GPL-3.0 License.

About

AMP: is a fast admin dashboard template based on FastAPI

License:GNU General Public License v3.0


Languages

Language:HTML 89.2%Language:Python 5.7%Language:CSS 4.4%Language:Dockerfile 0.5%Language:Ruby 0.2%