- git: https://git-scm.com/downloads
- node.js: https://nodejs.org/en/
- pip: https://pip.pypa.io/en/stable/installing/
- Python 3.8: https://www.python.org/downloads/
- git clone https://github.com/binglingdong/CSE416
- cd CSE416
- python3 -m pip install --upgrade pip
- python3 -m pip install pipenv
- python3 -m pipenv install --dev
- cd frontend
- npm install
- python3 -m pipenv shell
- python3 -m manage runserver
- cd frontend
- npm start
- python -m manage test
- google chrome driver: https://chromedriver.chromium.org/
- close the django server, if it's running
- make sure react server is running
- python -m manage test backend.integration_tests
- http://127.0.0.1:8000/admin/
- user: admin
- pass: bingo
- pipenv shell
- python -m manage import {hs,college}