https://github.com/omkarardekar/homiquest
HomeQuest - Rent, Host, Explore. HomeQuest is an all-in-one platform that empowers users to seamlessly rent, host, and explore a wide range of properties and houses. HomeQuest connects renters with property owners to make the process smooth and efficient.
https://github.com/omkarardekar/homiquest
authentication authorization bootstrap css3 ejs error-handling express-middleware express-session express-validator expressjs javascript mongodb mongodb-atlas mongoose-plugin moongose mvc-framework nodejs restful-api restful-webservices
Last synced: 18 days ago
JSON representation
HomeQuest - Rent, Host, Explore. HomeQuest is an all-in-one platform that empowers users to seamlessly rent, host, and explore a wide range of properties and houses. HomeQuest connects renters with property owners to make the process smooth and efficient.
- Host: GitHub
- URL: https://github.com/omkarardekar/homiquest
- Owner: OmkarArdekar
- Created: 2025-03-27T10:07:55.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-09T01:45:41.000Z (20 days ago)
- Last Synced: 2025-04-09T02:34:14.359Z (20 days ago)
- Topics: authentication, authorization, bootstrap, css3, ejs, error-handling, express-middleware, express-session, express-validator, expressjs, javascript, mongodb, mongodb-atlas, mongoose-plugin, moongose, mvc-framework, nodejs, restful-api, restful-webservices
- Language: JavaScript
- Homepage: https://homiquest.onrender.com
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HomiQuest
# HomeQuest – Rent, Host, Explore
HomeQuest is an all-in-one platform that allows users to rent, host, and explore a variety of properties and houses.
Whether you're looking for a rental property, wanting to host your property for others, or exploring homes in different areas, HomeQuest simplifies the process.
With features like property listing, search, filter search, map and reviews, etc, HomeQuest provides a seamless experience for both renters and hosts.Live Link: https://homiquest.onrender.com
# Installation
To get started with HomeQuest, follow the steps below:
1. Clone the Repository
Clone this repository to your local machine.
```
git clone <- HomiQuest Repo link ->
```2. Install Dependencies
```
npm install
```or
```
npm i
```3. Run Application
```
node app.js
```or
```
nodemon app.js
```