https://xyz-minictf.herokuapp.com/
- Cool Interface
 - Score Board
 - Responsive Design
 - Password Change Support
 - Discussion Forums
 - and a lot more.
 
Challenge Page
Challenge View
Score Board
Team Details
Discussion Forums
Rename .env.example to .env and change the value of KEY.
Note: Keep this value a secret.
  make docker_build
  make docker_runThis will start the server at port 8000.
python 3.x
django 2.0
Install Pipenv
Want to make this process fast. Switch to local branch
  git clone https://github.com/DivyanshuSahu/miniCTF.git
  pipenv shell
  pipenv install
  python manage.py makemigrations accounts challenges forums
  python manage.py migrate
  python manage.py runserverThen register or create superuser and add challenges.




