https://github.com/fastapi-admin/restful-admin
Front-end of fastapi-admin v1
https://github.com/fastapi-admin/restful-admin
admin dashboard vue
Last synced: 11 months ago
JSON representation
Front-end of fastapi-admin v1
- Host: GitHub
- URL: https://github.com/fastapi-admin/restful-admin
- Owner: fastapi-admin
- License: mit
- Created: 2020-06-03T08:58:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T18:05:57.000Z (over 4 years ago)
- Last Synced: 2025-03-21T21:11:46.458Z (12 months ago)
- Topics: admin, dashboard, vue
- Language: Vue
- Homepage: https://fastapi-admin.long2ice.cn
- Size: 3.69 MB
- Stars: 52
- Watchers: 4
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# restful-admin
## Introduction
This is front-end project for [fastapi-admin](https://github.com/long2ice/fastapi-admin) and forked from [rest-admin](https://github.com/wxs77577/rest-admin).
## Live Demo
Check a live Demo here [https://fastapi-admin.long2ice.cn](https://fastapi-admin.long2ice.cn/).
- username: `admin`
- password: `123456`
Data in database will restore every day.
## Screenshots




## Run local
1. `git clone https://github.com/long2ice/restful-admin.git`.
2. `cp .env.example .env` and update.
3. `yarn && yarn serve`.
```log
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](https://github.com/long2ice/fastapi-admin) for reference.
## Deployment
1. `yarn build`
2. Copy `dist` to your server and deployment by `nginx`.
## ThanksTo
- [rest-admin](https://github.com/wxs77577/rest-admin), restful Admin Dashboard Based on Vue and Boostrap 4.
## License
This project is licensed under the [MIT](https://github.com/long2ice/restful-admin/blob/master/LICENSE) License.