An open API service indexing awesome lists of open source software.

https://github.com/sagarg2003/realestatenextjs

A Real Estate application developed using NextJS with Google Maps integrated for real-time update of property locations.
https://github.com/sagarg2003/realestatenextjs

a-frame googlemaps nextjs prisma tailwindcss threejs

Last synced: 21 days ago
JSON representation

A Real Estate application developed using NextJS with Google Maps integrated for real-time update of property locations.

Awesome Lists containing this project

README

          

SG Real Estate

project-image

SG Real Estate is a Real Estate Web Application built using Next.js and TypeScript integrated with Google Maps to display property locations. Users can buy and sell their properties through the website. Integrated with an immersive 3D virtual tour experience.



🧐 Features

Here're some of the project's best features:

* Users can add their properties for sell and buy other properties.
* Integrated with Google Maps for real time display of property locations
* Immersive 3D virtual tour experience of the property.
* Responsiveness UI styled with tailwind CSS
* User two factor authentication(2FA) with Google and X

🛠️ Installation Steps:

1. Clone the Repo

```
git clone https://github.com/yourusername/real-estate-project.git cd real-estate-project
```

2. Install Dependencies

```
npm install # or yarn install
```

3. Set Up environment variables

```
DATABASE_URL="your-database-connection-string" GOOGLE_MAPS_API_KEY="your-google-maps-api-key"
```

4. Migrate the database

```
npx prisma migrate dev --name init
```

5. Start the development server

```
npm run dev # or yarn dev
```

💻 Built with

Technologies used in the project:

* NextJS
* TypeScript
* TailwindCSS
* SQL with Prisma ORM
* Google Maps API

Demo Video

![](https://github.com/SagarG2003/RealEstateNextJS/blob/main/gifmaker_me.gif)

🍰 Contribution Guidelines:

Contributions are welcome! Please fork the repository and submit a pull request for review.

🛡️ License:

This project is licensed under the This project is licensed under the MIT License. See the LICENSE file for details.