Skip to content

Shashwat79802/Find-Your-Stay

Repository files navigation

Find Your Stay

logo

FindYourStay is a web application that helps users search for hotel stays at their desired travel location in one go. It cuts the chase of looking for hotels on different websites by bringing it all in one platform. We like to call it - “The Stay Search Engine”.

How does it work?

  1. The site takes the location query from the user in the format - ‘City, State’.
  2. Relevant data from sites like oyorooms.com and yatra.com is scrapped in real-time and stored in a csv files. Data fields include - Hotel Name, Price, Images, Address, Ratings, and Hotel URL.
  3. This data is reflected on the site ready for the user to interact.
  4. Filter features like sorting on the basis of popularity and relevance are included for better results.

Here are a few snippets of the website -

homepage

homepage

homepage

The project is open source and all suggestions and amendments are welcome from the community. Here is a guide to help you install.

Pre-requisites -

Code editor, Python (latest version).

  1. Fork the repository.

  2. To clone the repository to your local system, navigate to the folder where you want to save the project and run the command-
    git clone https://github.com/your-github/Find-Your-Stay.git

  3. Now navigate to the root folder of the project where the “manage.py” file is located.

  4. Create a virtual environment using the command-
    python3 -m virtualenv env_name
    Note: You can name the virtual environment at your convenience.

  5. To activate the virtual environment, use the command-
    env_name/scripts/activate

  6. And now to install all the project-related dependencies, run the command in the root folder-
    pip3 install -r Requirements.txt

  7. To run the application, use the command-
    python3 manage.py runserver

This runs the project on your local host. To stop use the server ‘CTRL + C’.

Thanks for visiting!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published