FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

amisadmin/fastapi-amis-admin-demo: An example fastapi-amis-admin application · GitHub

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI-Amis-Admin-Demo

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

Deploy

Install and run:

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.

Preview

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

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

About

An example fastapi-amis-admin application

Topics

Resources

Stars

55 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL