restful-admin
restful-admin copied to clipboard
Front-end of fastapi-admin v1
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

Run local
git clone https://github.com/long2ice/restful-admin.git.cp .env.example .envand update.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
yarn build- Copy
distto your server and deployment bynginx.
ThanksTo
- rest-admin, restful Admin Dashboard Based on Vue and Boostrap 4.
License
This project is licensed under the MIT License.