This is a sample application of Python Flask framework
- Install Python
Step.1) Get source code.
$ git clone https://github.com/syatsuzuka/sample_flask.git
Step.2) Edit code as you like.
Step.3) Run the service.
$ python manager.py runserver
Then you would be able to access your application via http://:5000/