Skip to content

dipston/Babitch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Babitch

Many companies all over the world uses babyfoot to build team spirit. Babitch is a project to record babyfoot scores, archive them, and make them easily accessible for further analysis.

Babitch provides a simple responsive user interface to record scores, store them in a simple MySQL database and make them easily accessible by a REST API.

Installation

Clone the project

$ git clone https://github.com/M6Web/Babitch.git
$ cd Babitch

Install dependencies

$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install

Configure database connection

$ cp app/config/parameters.yml.dist app/config/parameters.yml

Edit this new file to setup your MySQL connection.

Use

  • User interface to record scores : https://babitch-server/app/index.html,
  • REST API : https://babitch-server/api/doc/

Note : don't forget to add users with the API.

Credits

Developped by the Cytron Team of M6 Web.

License

Babitch is licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.1%
  • PHP 10.4%
  • CSS 0.5%