Giter VIP home page Giter VIP logo

realestate's Introduction

BigCity Real-Estate

This is a real estate Buying, renting and selling application made using MERN stack. You can find the Deployed project by clicking here - https://bigcity-realestate.onrender.com/

Acknowledgements

Features

  • Google Authentication
  • Custom Property Search
  • Mailing to Property Owner
  • Post as many listings as you like.

API Reference

User Authentication

/api/v1/auth
Parameter Type Description
/signup POST Required. username, email, password
/signin POST Required email, password
/google POST Firebase Integrated OAuth
sign-out GET Signout of your account

User

/api/v1/user
Parameter Type Description
/update/${id} PATCH Required. Id of user to fetch
/delete/${id} DELETE Required Id of user to delete
/listings/${id} GET Fetch listings created by that user
/${id} GET Get User Information

Listing

/api/v1/listing
Parameter Type Description
/create POST Create new Listings
/update/${id} PATCH Required. Id of Listing to update
/delete/${id} DELETE Required Id of user to delete
/get/${id} GET Fetch a single Listing
/get GET Get listings based on user query parameters

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

Backend Side

MONGO_URI - Your MongoDB connection url

JWT_SECRET - Your jwt secret for authorization

JWT_LIFETIME - Expiry of jwt token

Client Side

VITE_FIREBASE_API_KEY - Your Firebase key for google authentication

Appendix

Here are the images of the Website image image image image image

Authors

realestate's People

Contributors

beastkp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.