Skip to content

Scalingo/sample-python-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Application with Python and Flask

Deploy on Scalingo

Create an application on https://scalingo.com, then:

scalingo --app my-app git-setup
git push scalingo master

And that's it!

The application is running at this url: https://sample-python-flask.scalingo.io/

Deploy in One Click

Deploy to Scalingo

Running Locally

Just start docker-compose, with the commande up:

docker-compose up