FastAPI-Amis-Admin-Demo
: An exampleFastAPI-Amis-Admin
application.FastAPI-User-Auth-Demo
: An exampleFastAPI-User-Auth
application.
pip install fastapi_amis_admin[cli]
- 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
.
See Docs
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
You can check a online demo here.