Skip to content

fastapi-admin/restful-admin

Repository files navigation

restful-admin

Introduction

This is front-end project for fastapi-admin and forked from rest-admin.

Live Demo

Check a live Demo here https://fastapi-admin.long2ice.cn.

  • username: admin
  • password: 123456

Data in database will restore every day.

Screenshots

login list view create

Run local

  1. git clone https://github.com/long2ice/restful-admin.git.
  2. cp .env.example .env and update.
  3. yarn && yarn serve.
 DONE  Compiled successfully in 5051ms                                                                                                                                          5:05:48 PM


  App running at:
  - Local:   http://localhost:8080/
  - Network: http://192.168.10.23:8080/

  Note that the development build is not optimized.
  To create a production build, run yarn build.

Rest API

See fastapi-admin for reference.

Deployment

  1. yarn build
  2. Copy dist to your server and deployment by nginx.

ThanksTo

  • rest-admin, restful Admin Dashboard Based on Vue and Boostrap 4.

License

This project is licensed under the MIT License.