FastAPI-Amis-Admin-Demo
FastAPI-Amis-Admin-Demo
: An exampleFastAPI-Amis-Admin
application.FastAPI-User-Auth-Demo
: An exampleFastAPI-User-Auth
application.
Develop
Install command line extension
pip install fastapi_amis_admin[cli]
How to start
- create your app using
faa new app_name
. - writing your apps under
fastapi_amis_admin_demo/backend/apps
folder. - run your server using
faa run
.
Documentation
See Docs
Deploy
Install and run:
cd fastapi_amis_admin_demo
./scripts/run.sh
Demo
You can check a online demo here.