Skip to content

jc-kim/login-counter-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'].

About

SWPP Assignment1 Client written Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published