https://github.com/kunalbansall/near-by
NEAR-BY is a real estate web application designed to help users find properties in their vicinity.
https://github.com/kunalbansall/near-by
express firebase jwt-authentication mongodb nodejs reactjs tailwind-css
Last synced: 3 months ago
JSON representation
NEAR-BY is a real estate web application designed to help users find properties in their vicinity.
- Host: GitHub
- URL: https://github.com/kunalbansall/near-by
- Owner: KunalBansall
- Created: 2024-05-02T10:50:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T13:15:50.000Z (over 1 year ago)
- Last Synced: 2025-10-20T07:47:35.561Z (8 months ago)
- Topics: express, firebase, jwt-authentication, mongodb, nodejs, reactjs, tailwind-css
- Language: JavaScript
- Homepage: https://near-by-wdv4.onrender.com/
- Size: 203 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NEAR-BY is a real estate web application designed to help users find properties in their vicinity. The platform provides an easy-to-use interface to browse, search, and filter property listings based on user preferences.
Features
User Authentication: Secure sign-up, login, and profile management.
Property Listings: Detailed property descriptions, images, and contact information for inquiries.
Search and Filter: Advanced search functionality with filters for location, price, property type, etc.
Favorites: Users can save their favorite properties for easy access later.
Views Counter: Track the number of views for each property listing.
Responsive Design: Optimized for both desktop and mobile devices.
Tech Stack
Frontend: React (with Vite), Tailwind CSS
Backend: Node.js, Express.js
Database: MongoDB
Authentication: JWT (JSON Web Tokens)
Deployment: [Add deployment details if available]
Installation
Clone the repository:
git clone https://github.com/KunalBansall/Near-By.git
Navigate to the project directory:
cd Near-By
Install dependencies for both the frontend and backend:
npm install
Set up environment variables:
Create a .env file in the root directory and add the necessary environment variables (e.g., MONGO_URI, JWT_SECRET, etc.).
Start the development server:
npm run dev
Usage
Frontend: Visit https://near-by-wdv4.onrender.com/ to access the frontend interface.
Backend: The backend server runs on https://near-by-wdv4.onrender.com/.
Contributing
Contributions are welcome! Please fork this repository and submit a pull request with your changes.