Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 410 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 410 Bytes

LoginCounter Client

Simple Client for SNU Principle and Practice of Software Development Assignment 1

Quickstart

  1. pip install flask
  2. python app.py

Then you can check the result in http://localhost:5000

If you want to bind another address, open app.py and modify last line to app.run(host='$HOST', port=$PORT)

If you want to edit API root address, open app.py and modify app.config['API_ROOT'].