Skip to content

Golden-Pigeon/visitor_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Visitor Counter

How to run

  1. install redis first.

  2. execute the following commands.

$ conda create -n visitor_counter python=3.13
$ pip install -r requirements.txt
# for dev server
$ python app.py
# for prod server
$ gunicorn -w 4 -b 0.0.0.0:5000 app:app

Testing

# ps. DO NOT use proxy
curl http://127.0.0.1:5000/visit

About

A simple visitor counter for lab website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages