RT-HOUSING REPO

This repository contains three main folders: backend, frontend, and mobile. Each folder corresponds to a specific part of the project.

Backend

Getting Started Clone the Repository:

git clone https://github.com/your-username/your-repo.git

Navigate to the Backend Folder:
  • cd backend
Install Dependencies:
  • npm install
Start the Backend:
  • npm start

Wait for the Backend to Load:

The backend is now running on http://localhost:8080. Wait for the server to fully load.

Frontend

Getting Started Clone the Repository:

git clone https://github.com/your-username/your-repo.git

Navigate to the Frontend Folder:
  • cd frontend
Install Dependencies:
  • npm install
Start the Frontend:
  • npm run dev

Wait for the Frontend to Load:

The Frontend is now running on http://localhost:5173

Mobile

Getting Started Clone the Repository:

git clone https://github.com/your-username/your-repo.git

Navigate to the Mobile Folder:
  • cd mobile
Install Dependencies:
  • npm install
Start the Mobile Expo:
  • npm start