Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahriyardx/quart-admin
A tool to create quart projects faster with a scalable setup
https://github.com/shahriyardx/quart-admin
Last synced: 9 days ago
JSON representation
A tool to create quart projects faster with a scalable setup
- Host: GitHub
- URL: https://github.com/shahriyardx/quart-admin
- Owner: shahriyardx
- License: mit
- Created: 2021-08-05T22:16:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-09T21:50:32.000Z (almost 3 years ago)
- Last Synced: 2024-09-18T20:29:52.520Z (about 2 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quart admin
A tool to create quart projects faster with a scalable setup# Usage
Creating peoject
```sh
quart-admin startproject --name "project name"
```Creating app(inside project)
```sh
quart-admin startapp --name "app name"
```Run the app locally
```sh
python app.py start
```