/challenges

Contains the web portal of the challenges for HackGyver

Primary LanguagePython

Challenges

Overview

Website for the hackerspace HackGyver. The challenges will be available here.

The members of the hackerspace will have to register and then they can pass the challenges to get some points.

This portal uses Flask, SQLAlchemy, WTF, Login and Admin.

Configuration

  1. Clone the repo
  2. Install the dependencies:
    • pip install Flask
    • pip install Flask-SQLAlchemy
    • pip install Flask-Wtf
    • pip install Flask-Login
    • pip install Flask-Admin
  3. Start the server with:
    • python2.7 runserver.py