https://github.com/amisadmin/fastapi-amis-admin-demo
An example fastapi-amis-admin application
https://github.com/amisadmin/fastapi-amis-admin-demo
amis-admin fastapi-admin fastapi-amis-admin sqlalchemy sqlmodel
Last synced: 4 months ago
JSON representation
An example fastapi-amis-admin application
- Host: GitHub
- URL: https://github.com/amisadmin/fastapi-amis-admin-demo
- Owner: amisadmin
- Created: 2022-01-23T14:42:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T04:12:04.000Z (almost 2 years ago)
- Last Synced: 2025-06-15T23:04:41.731Z (6 months ago)
- Topics: amis-admin, fastapi-admin, fastapi-amis-admin, sqlalchemy, sqlmodel
- Language: Python
- Homepage:
- Size: 1.84 MB
- Stars: 51
- Watchers: 3
- Forks: 21
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastAPI-Amis-Admin-Demo
- [`FastAPI-Amis-Admin-Demo`](https://github.com/amisadmin/fastapi_amis_admin_demo): An example `FastAPI-Amis-Admin` application.
- [`FastAPI-User-Auth-Demo`](https://github.com/amisadmin/fastapi_user_auth_demo): An example `FastAPI-User-Auth` application.
## Develop
### Install command line extension
`pip install fastapi_amis_admin[cli]`
### How to start
1. create your app using `faa new app_name` .
2. writing your apps under `fastapi_amis_admin_demo/backend/apps` folder.
3. run your server using `faa run` .
### Documentation
See [Docs](https://docs.amis.work/)
## Deploy
### Install and run:
```shell
cd fastapi_amis_admin_demo
# Install pdm(https://pdm.fming.dev/) first
pip install --user pdm
# Install dependencies
pdm install
# Run server
pdm run run
```
## Demo
You can check a online demo [here](http://demo.amis.work/).
### Preview
Open `http://127.0.0.1:8000/admin/` in your browser:

Open `http://127.0.0.1:8000/admin/docs` in your browser:
