Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 569 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 569 Bytes

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