Skip to content

dattnguyen82/py-flask-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Flask Application

A Python sample for Heroku/Cloud Foundry application written in Python using Flask

Getting Started

This application requires the following python modules:

Flask

They can be installed by using the following commands

pip install flask
pip install flask-cors

Run Locally

The application can be run locally with the command

python cf-python-sample.py

Run on Cloud Foundry

To push the application, use the following command:

cf push -f manifest

Run on Heroku

To push the application, use the following command:

git push heroku master

About

Simple Python Flask Sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages