Skip to content

djbrown/riddlebase

Repository files navigation

RiddleBase

Travis-CI Build Status Docker Hub Build Status Coveralls Coverage Status Codecov Coverage Status Codacy Quality Status Mypy Badge Sauce Test Status FOSSA License Status Sauce Labs Browsers

This is a Web Platform for logic puzzle games.

RiddleBase is powered by Django

Django Logo

Running via Docker

docker run -p 8000:8000 djbrown/riddlebase
Container is reachable under 127.0.0.1:8000

Running natively

Requirements

  1. Python 3.8 (easy via pyenv)
  2. poetry

Installation

poetry install
poetry run ./manage.py migrate

Start Application

poetry run ./manage.py runserver

License

The project is available as open source under the terms of the MIT License.

FOSSA License Report

Contributing

See CONTRIBUTING.md