https://github.com/BazDen/AMP
AMP: is a fast admin dashboard template based on FastAPI
https://github.com/BazDen/AMP
bootstrap c3js fastapi peewee python
Last synced: 5 months ago
JSON representation
AMP: is a fast admin dashboard template based on FastAPI
- Host: GitHub
- URL: https://github.com/BazDen/AMP
- Owner: BazDen
- License: gpl-3.0
- Created: 2022-02-14T10:45:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T18:43:07.000Z (over 2 years ago)
- Last Synced: 2024-02-14T21:37:03.317Z (about 1 year ago)
- Topics: bootstrap, c3js, fastapi, peewee, python
- Language: HTML
- Homepage:
- Size: 2.48 MB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fastapi - :octocat: AMP :star: 10+ :fork_and_knife: 1+ - AMP: is a fast admin dashboard template based on FastAPI. (Admin)
README
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
- Clone repo.
- In workdir:
pip install -r requirements.txt
- in console make folder 'src' current
- 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.