Skip to content

Madi-S/flask-restful-rq-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Restful-Api

Sample application dedicated to building RESTFul API with Flask

Run Redis Queue:

rq worker --with-scheduler

Run Web App:

Option 1 (simple)

python run.py

Option 2 (uWSGI)

uwsgi app.ini