Skip to content

ChiTimesChi/SYN-Tracker-API

 
 

Repository files navigation

SYN Tracker API

View the site: here

Run

$ pip3 install -r requirements.txt
$ gunicorn --worker-class=gevent -w 1 -b 0.0.0.0:1337 main:app --capture-output
[2021-10-11 19:30:17 +0000] [1] [INFO] Starting gunicorn 20.1.0
[...]

Dockerfile

$ docker-compose up
Building web
Sending build context to Docker daemon   21.5kB
Step 1/7 : FROM python:3.9-slim
 ---> 0d9b718e2063
[...]

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.3%
  • HTML 2.2%
  • Other 0.5%