Welcome to RealEstate, your premier destination for discovering the perfect property to call home. Explore, filter, and find your dream home with RealEstate, where your search for the perfect property begins and ends.
- Users can sign up using their email
- Users can sign in using their email or Google O-Auth
- Users can update their username, profile avatar, email, and password
- Users can create Property Listings
- Users can browse through Property listings
- Users can search the Property they seek using filters
- Users can connect with the landlord of the property listing
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Clone the Repo:
git clone https://github.com/himanshuShukla55/realestate.git
In the root install node modules:
npm install
Go to client and install node modules:
cd client
npm install
Run the backend server:
cd ..
npm run server
Run the front end server
cd client
npm run dev