Skip to content

martin-axt/Bingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bingo

Bingo game to play online while the quarantine of 2020. This project consist in a Flask based web where every user is given a random card to play via a instagram direct or similar.

Requirements

  1. Pip
  2. Virtualenv
  3. Git
  4. Gunicorn

Installation

  1. Clone the repo with git clone https://github.com/martin-axt/Bingo.git
  2. Change directory cd Bingo
  3. Create a virtual environment virtualenv venv
  4. Activate the virtual environment source ./venv/bin/activate
  5. Install Flask with pip pip install Flask
  6. Run the server gunicorn -b 0.0.0.0:8080 -w 4 app:app

About

Online bingo game to play during the quarantine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors