Skip to main content
  1. Projects/

Beyond Health Hack 2021

··79 words·1 min

Prerequisites #

  1. Python

Quick start guide (Windows) #

  1. Run git clone https://github.com/Jh123x/Beyond-health-hack-2021.git to download the file
  2. Run python -m pip install -r requirements.txt
  3. Run python manage.py runserver to run the debug server
  4. Visit http://127.0.0.1:8000/ to see the page

Quick start guide (Unix) #

  1. Run git clone https://github.com/Jh123x/Beyond-health-hack-2021.git to download the file
  2. Run pip3 install -r requirements.txt
  3. Run python3 manage.py runserver to run the debug server
  4. Visit http://127.0.0.1:8000/ to see the page

Tech Stack #

  1. django
  2. django-crispy-forms