Skip to content

JeromeBourgeois/Flask_App_TP_IB-Cegos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask_ToDo_App

Simple Flask Todo Application

Exemple start app with gunicorn

gunicorn --workers 4 --bind 0.0.0.0:5000 wsgi:app

The option --workers N is the number of cores in the server !

About

Small application for the TP at IB-Cegos

Resources

Stars

Watchers

Forks