LiveLobby is a matchmaking system implemented in the form of a Django web application.
Run the following commands to deploy the django application locally:
$ git clone https://github.com/mrpresidentjk/livelobby.git
$ cd livelobby
$ git checkout develop
$ pipenv install
$ pipenv shell
$ cd livelobby/settings/
$ ln -s development.py __init__.py
$ cd ../../
$ ./manage.py migrate
$ ./manage.py runserverThe project is currently being hosted on heroku and can be accessed here. Code pushed to the master branch is automatically deployed this environment.
This project is MIT licensed and is open source.