A simple template for getting started with a python web service to be deployed in Cloud Foundry.
THis is a simple example to get started with a python REST service deployed in Cloud Foundry.
Archiving the dependencies with the local command:
pip download vendor -r ../requirements.txt --no-binary :all:
This is a Flask project intended to be uses as a REST API.
To deploy to Cloud Foundry just run the command.
cf push cf-python-template
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Cloves Langendorf Barcellos Junior - clbj
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details