amisadmin / fastapi-user-auth-demo

An example fastapi-user-auth application
21 stars 11 forks source link
fastapi-amis-admin fastapi-auth fastapi-user fastapi-user-auth

FastAPI-User-Auth-Demo

Development

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_user_auth_demo/backend/apps folder.
  3. 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.

Preview

Login

ModelAdmin

Docs