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.
- Host: GitHub
- URL: https://github.com/sagarg2003/realestatenextjs
- Owner: SagarG2003
- Created: 2024-07-22T18:51:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T19:16:36.000Z (about 1 year ago)
- Last Synced: 2025-10-08T01:02:55.596Z (5 months ago)
- Topics: a-frame, googlemaps, nextjs, prisma, tailwindcss, threejs
- Language: TypeScript
- Homepage: https://v0-adobe-x.vercel.app/
- Size: 7.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SG Real Estate

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

🍰 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.