-
install redis first.
-
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# ps. DO NOT use proxy
curl http://127.0.0.1:5000/visit