Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T18:05:57.000Z (about 3 years ago)
- Last Synced: 2023-03-05T02:06:46.695Z (over 1 year ago)
- Topics: admin, dashboard, vue
- Language: Vue
- Homepage: https://fastapi-admin.long2ice.cn
- Size: 3.69 MB
- Stars: 47
- Watchers: 3
- Forks: 11
- Open Issues: 8
-
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
![login](https://github.com/long2ice/restful-admin/raw/master/screenshots/login.png)
![list](https://github.com/long2ice/restful-admin/raw/master/screenshots/list.png)
![view](https://github.com/long2ice/restful-admin/raw/master/screenshots/view.png)
![create](https://github.com/long2ice/restful-admin/raw/master/screenshots/create.png)## 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 PMApp 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.