Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shahriyardx/flask-maker

A tool to create flask projects faster with a scalable setup
https://github.com/shahriyardx/flask-maker

Last synced: about 1 month ago
JSON representation

A tool to create flask projects faster with a scalable setup

Awesome Lists containing this project

README

        

# Flask maker
A tool to create flask projects faster with a scalable setup

# Usage
Creating peoject
```sh
flask-maker startproject --name "project name"
```

Creating app(inside project)
```sh
flask-maker startapp --name "app name"
```

Run the app locally
```sh
python app.py start
```