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

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.

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.