This is front-end project for fastapi-admin and forked from rest-admin.
Check a live Demo here https://fastapi-admin.long2ice.cn.
- username:
admin
- password:
123456
Data in database will restore every day.
git clone https://github.com/long2ice/restful-admin.git
.cp .env.example .env
and 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.
See fastapi-admin for reference.
yarn build
- Copy
dist
to your server and deployment bynginx
.
- rest-admin, restful Admin Dashboard Based on Vue and Boostrap 4.
This project is licensed under the MIT License.