Skip to content

JayWelborn/BingoBackend

Repository files navigation

Bingo (Back End)

Build Status codecov

About

Bingo is an app that allows users to make and plan custom bingo cards. Inspired by a colleague fighting boredom during mandatory training, custom Bingo cards are a great way to have fun and get people to pay attention to their surroundings and interact.

Packages Used

Requirements

Bingo requires MySQL, Python 3.5+ and virtualenv. The install script assumes you are in a UNIX environment with Bash installed. If you want to install this project in a different environment, you will need to install the dependencies manually.

How to Install

Clone the Project
$ git clone https://github.com/JayWelborn/BingoBackend.git
$ cd Bingo
Setup Database

Using MySQL, create a database called 'bingo' with password 1234. This password is used only for installation and can be modified later.

Run Installer
$ ./install.sh

The installer should generate a secrets folder within the django project module (the one with settings.py), and generates a set of files to contain sensitive information. These files are included in the default .gitignore and should not be included in any public repositories.

After generating needed files, the installer will run the project's test suite to immediately warn you of any issues.

Customize Secrets

At this point, you should change the included secret files from their default values, and change your database password to match. The file email.from is the email address django will use when sending emails from the contact API endpoint. The email address and password should match an existing gmail account. See Sign in using App Passowrds for instructions in generating a gmail password specifically for your app.

License

Copyright (C) 2018 Jay Welborn

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

About

Web App for generating cards for custom bingo games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages