This is a full-stack real estate application built with JavaScript, React, Tailwind CSS, JWT, Firebase authentication, and supports CRUD operations for listing real estate properties.
- Frontend: React, Tailwind CSS, Vite
- Authentication: JWT, Firebase Authentication
- Backend: Node.js, Express.js
- Database: MongoDB
- Clone the repository:
https://github.com/Arnab7456/Real-Estate-Full-stack-app.git
- Install dependencies for frontend:
cd client && npm install
- Install dependencies for backend:
npm install
- Start the Vite development server for frontend:
cd frontend && npm run dev
- Start the backend server:
npm run dev
- Access the application at
http://localhost:3000
- Register or login using the provided options.
- Navigate to the properties section to view, add, edit, or delete properties.
- Use the search and filter options to find specific properties.
Contributions are welcome! Fork the repository and submit a pull request with your changes. .
- Built with love and passion by [ Arnab Das]
Feel free to customize this readme to fit your project's specific details and branding!