fastapi-user-auth-demo
fastapi-user-auth-demo copied to clipboard
An example fastapi-user-auth application
FastAPI-User-Auth-Demo
FastAPI-Amis-Admin-Demo: An exampleFastAPI-Amis-Adminapplication.FastAPI-User-Auth-Demo: An exampleFastAPI-User-Authapplication.
Development
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_user_auth_demo/backend/appsfolder. - run your server using
faa run.
Documentation
See Docs
Deployment
Install and run:
# install pdm
pip install --user pdm
# install dependencies
pdm install
# run server
pdm run run
Demo
You can check a online demo here.
- admin user: admin----admin
- vip user: vip----vip
Preview
- Open
http://127.0.0.1:8000/admin/in your browser:

- Open
http://127.0.0.1:8000/admin/in your browser:

- Open
http://127.0.0.1:6699/admin/docsin your browser:
