Skip to content
Snippets Groups Projects
Select Git revision
  • fc476b1c3cb32d723f3a16134739d6d306fa7456
  • develop default
  • master
3 results

hodor-backend

Sachin Kamath's avatar
Sachin Kamath authored
fc476b1c
History

Hodor WebApp

The web application for the Hodor Project

Quickstart

  • Clone the repo using git clone https://git.amrita.edu/hodorsec/hodor-webapp
  • Create a virtualenv and activate it.
  • After activating it, pip install -r requirements.txt to install dependencies.
  • ./runserver.py to run the app.
  • Navigate to http://127.0.0.1:8080 to watch it in action!