Skip to content

ILLIDOM/table-games-library

Repository files navigation

table-games-library

Family Table Games Library

install

  1. git clone git@github.com:ILLIDOM/table-games-library.git
  2. create venv virtualenv --python=3.10 venv
  3. activate venv source venv/bin/activate
  4. install requirements pip install -r src/requirements.txt

running app

  • for dev use python wsgi.py
  • for prod use gunicorn -b <ip>:<port> --workers <num> wsgi:app

testing app

  • run python -m pytest -v inside src folder

build docker image

  • docker build -t dominique123456789/tlg-flask .

About

Family Table Games Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published