Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 685 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 685 Bytes

HousingSanDiego

Environment Setup

  1. Install Python, React
  2. Create a virtual environment
python -m venv .venv
  1. Install Python libraries using the requirements file
pip install -r requirements.txt
  1. [ONLY FOR REPRODUCIBILITY - DO NOT RUN] Create Django Project. This command will create a backend folder with pre-built utility files and functions.
django-admin startproject backend
  1. [ONLY FOR REPRODUCIBILITY - DO NOT RUN] Create Frontend folder. This will create a frontend folder with requisite scripts and functions. I have already created so running this code is not required.
npm install -g create-react-app
create-react-app frontend