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

https://github.com/mr-destructive/flask-quick-setup-script


https://github.com/mr-destructive/flask-quick-setup-script

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## Flask Quick Setup Script

- Make sure you have a running [python](https://www.python.org/downloads/) setup.
- Also, [pip](https://pip.pypa.io/en/stable/) should be properly installed and configured.
- You can now run the scripts according to your Operating System:

## Windows:
```
commands project_name
```
OR
```
commands.bat project_name
```

## Linux / macOS
```
bash commands.sh project_name
```

OR

```
./commands.sh project_name
```