benjaminaaron / subgroups-gamification

A django server that manages multiple connected clients for various subgroup games.

Repository from Github https://github.combenjaminaaron/subgroups-gamificationRepository from Github https://github.combenjaminaaron/subgroups-gamification

More info to come...

Setup

Requires Python 3.6 or newer.

Navigate to this cloned repository and create a virtual environment:

python -m venv .venv (or python3)

Activate it using

  • macOS: source activate .venv
  • Linux: source .venv/bin/activate
  • Windows: .\.venv\Scripts\activate

Install the requirements: pip install -r requirements.txt

If you use an IDE like PyCharm, set the newly created .venv as Project Interpreter.

Startup

python manage.py runserver starts the Django server at localhost:8000

About

A django server that manages multiple connected clients for various subgroup games.

License:MIT License


Languages

Language:Python 99.9%Language:HTML 0.1%