Beyond Health Hack 2021
··79 words·1 min
Table of Contents
Prerequisites #
Quick start guide (Windows) #
- Run
git clone https://github.com/Jh123x/Beyond-health-hack-2021.git
to download the file - Run
python -m pip install -r requirements.txt
- Run
python manage.py runserver
to run the debug server - Visit
http://127.0.0.1:8000/
to see the page
Quick start guide (Unix) #
- Run
git clone https://github.com/Jh123x/Beyond-health-hack-2021.git
to download the file - Run
pip3 install -r requirements.txt
- Run
python3 manage.py runserver
to run the debug server - Visit
http://127.0.0.1:8000/
to see the page