git clone https://github.com/tanishkadeep/Regal-Estate.git
cd regal-estate
-
Navigate to the backend directory & install dependencies:
cd backend npm install
-
Create a .env file:
DATABASE_URL=your_mongodb_connection_url JWT_SECRET=your_jwt_secret_key
-
Start the backend server:
npm run dev
-
Navigate to the frontend directory & install dependencies:
cd frontend npm install
-
Start the frontend server:
npm run dev
- Create a .env file in the root:
OPENAI_API_KEY=
WEAVIATE_AUTH_KEY=
MONGO_URL=
-
Navigate to the server directory:
cd server
-
Start the server:
python main.py
The code ("Code") in this repository was created solely by the student teams during a coding competition hosted by JPMorgan Chase Bank, N.A. ("JPMC"). JPMC did not create or contribute to the development of the Code. This Code is provided AS IS and JPMC makes no warranty of any kind, express or implied, as to the Code, including but not limited to, merchantability, satisfactory quality, non-infringement, title or fitness for a particular purpose or use.