Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```