Skip to content

angelospanag/python3_pipenv_flask_appfactory_celery_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python3_pipenv_flask_appfactory_celery_boilerplate

Prerequisites

Quickstart (using MacOS and brew)

brew install python3 pipenv rabbitmq

Installation

From the root of the project execute:

Python dependencies

pipenv install

RabbitMQ (using MacOS and brew)

brew services start rabbitmq

Run application

make run: Runs the Flask web application, 10 Celery workers and 1 Celery Scheduler on port 5000

Releases

No releases published

Packages

No packages published