Skip to content

viraj-shah18/HousingSanDiego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published