Skip to content

MatiasMonasterio/python-gunicorn-multiprocess

Repository files navigation

Get Started

Prerequisites

You need to be using:

Run locally

Copy the env.example file to an .env file and fill in the necessary environment variables.

cp .env.example .env

Init a virtual env

virtualenv .venv

Enable the virtual env

source ./venv/bin/activate

Install the required libraries and packages dependencies

python -m pip install -r requirements.txt

Run the project

gunicorn run:app

About

Python template app using Flask and multiprocess with Gunicorn

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published