Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shahriyardx/flask-maker
- Owner: shahriyardx
- License: mit
- Created: 2021-08-06T05:23:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T12:07:30.000Z (almost 3 years ago)
- Last Synced: 2024-03-14T17:13:46.671Z (8 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```