An open API service indexing awesome lists of open source software.

https://github.com/scalingo/sample-python-flask

Sample application using Python 3 and Flask
https://github.com/scalingo/sample-python-flask

flask python python3 sample scalingo

Last synced: 5 months ago
JSON representation

Sample application using Python 3 and Flask

Awesome Lists containing this project

README

          

# 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](https://cdn.scalingo.com/deploy/button.svg)](https://my.osc-fr1.scalingo.com/deploy?source=https://github.com/Scalingo/sample-python-flask)

## Running Locally

Just start docker-compose, with the commande `up`:

```sh
docker-compose up
```