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

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.

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
```