Giter Site home page Giter Site logo

jaywelborn / bingobackend Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 7.61 MB

Web App for generating cards for custom bingo games

License: GNU General Public License v3.0

Python 92.93% HTML 5.94% Shell 0.81% CSS 0.09% Makefile 0.13% Dockerfile 0.09%

bingobackend's Introduction

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/>.

bingobackend's People

Contributors

jaywelborn avatar dependabot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.