Group No: 46
Student Name: Y. Sai Koushik Reddy
Roll No: S20220010249
Student Name: U. Himasagar
Roll No: S20220010229
Student Name:K. Tarun
Roll No: S20220010099
Student Name: K. Vivek
Roll No: S20220010103
Student Name: I.V.S. Rama Krishna
Roll No: S20220010084
Estate Craft is a comprehensive real estate management platform built using the MERN (MongoDB, Express, React, Node.js) stack. It facilitates seamless interactions between multiple user roles, including admins, employees, sellers, and buyers, offering a secure, responsive, and user-friendly experience.
- Multi-User Roles: (Buyer, Seller, Employee, Admin)
- Authentication & Authorization: (JWT & Redux)
- Secure Platform
- User Confidentiality
- Active Feedback System
- Separate Advertisement Page for sellers
- Property Details & Images
- Dashboards - (Seller, Employee , Admin);
- Admin Analytics
- Payment Integration
- Saving Favourites
- Buying Properties - (Land , House , Villa , Apartment)
- Responsive Design
- User-Friendly Interface
- Backend Advancement
- React.js
- Html Css Javascript (DHTML)
- Redux
- Node.js
- Express.js
- MongoDB
- Mongoose
- Download the zipped project folder, which includes the required node_modules
Create two Window termianls for Running project
Terminal-1 : Navigate to the Backend directory
cd backend
Start the backend server:
npm run dev
Terminal-2 : Navigate to the frontend directory
cd frontend
Start the React frontend server
npm run start