BrokerLess is a final year project for MCA, designed to facilitate direct connections between tenants and landlords, eliminating the need for brokers.
- Faisal Farooq
- Shahid Manzoor
- Waseem Ahmad
This project is under the guidance of Mr. Aijaz Kumar Sir.
- Frontend: React, Tailwind CSS, Shadcn components
- Backend: Node.js, Express.js, Prisma ORM, PostgreSQL
- Authentication: Robust authentication system with separate logins for landlords and users
-
Clone the Repository:
git clone https://github.com/DevFaisal/BrokerLess
-
Navigate to the Client Folder:
cd BrokerLess/Client -
Install Dependencies:
npm install
-
Start the Development Server:
npm run dev
-
Navigate to the Server Folder:
cd ../Server -
Install Dependencies:
npm install
-
Start the Development Server:
npm run dev
You have successfully configured the project locally. You can now proceed with further development or testing.