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

https://github.com/nirnejak/python-flask-starter

Python Flask Starter Template
https://github.com/nirnejak/python-flask-starter

flake8 flask pre-commit pylint python3 starter-template

Last synced: 2 months ago
JSON representation

Python Flask Starter Template

Awesome Lists containing this project

README

          

# Python Flask Starter

Python Flask Starter

## Installation and Setup

**1. Install Required Packages**

```bash
pip3 install pipenv
```

**2. Install Dependencies**

```bash
pipenv install
```

**3. Setup Pre-commit**

```bash
pre-commit install
```

**4. Start Virtual Environment**

```bash
pipenv shell
```

**5. Start Server**

```bash
python3 app.py
```