Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 402 Bytes

File metadata and controls

23 lines (11 loc) · 402 Bytes

SAMPLE of Python Flask Application

This is a sample application of Python Flask framework

Prerequisite

  • Install Python

How To Use

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/