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
- Host: GitHub
- URL: https://github.com/scalingo/sample-python-flask
- Owner: Scalingo
- Created: 2013-11-21T10:50:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-12-02T06:32:29.000Z (7 months ago)
- Last Synced: 2025-12-05T00:56:21.179Z (7 months ago)
- Topics: flask, python, python3, sample, scalingo
- Language: HTML
- Homepage: https://python-flask.is-easy-on-scalingo.com
- Size: 77.1 KB
- Stars: 1
- Watchers: 6
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](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
```