Skip to content

hcp-uw/Husky-Grumbl

Repository files navigation

Husky Grumbl

Husky Grumbl is a web application designed specifically for UW students to help them find nearby restaurants based on their preferences. Whether students are looking for a specific type of cuisine, need something within a certain price range, or want to know which restaurants are currently open, our website filters options to meet their needs. Our website streamlines the restaurant selection process, making it simple and efficient for students to decide where to eat around campus.

Key Features

Users can set preferences such as cuisine, price range, dietary restrictions, open status, and proximity. The app also supports searching based on current location or a manually entered address. After setting filters, users receive a tailored list of restaurants, complete with ratings, price range, and distance. This allows them to easily choose a restaurant that fits their tastes and needs.

Demo

View a recorded video of our demo here: https://drive.google.com/file/d/1BqmkqHvR8duArEL8tYCiZnJpl--2FQhY/view?usp=drivesdk

Technology Stack

We used FastAPI as our backend framework. Our project used the Google Maps API to search and filter restaurants based on the address and preferences specified by the user. We also used the Geopy Python library for geocoding and location services to calculate distances from each restaurant to the given address. Finally, we built the user interface with React and we used Axios to handle the HTTPS requests from the frontend. The languages we used were Python, JavaScript, and CSS.

How to Install + Run the Project

To use this application, you will need to generate your own API key on the Google Maps Platform Credentials page. Follow the instructions on the website to create your own API key and copy this key. Next, open up the project and navigate to backend > restaurants.py. Assign the my_api_key variable to your key and save the restaurants.py file.

Next, make sure you have fastapi, uvicorn, and geopy installed (run pip install ...). Then run npm install to install all dependencies for Node.js.

You should now be able to run the project. Navigate to the backend folder in the terminal (cd HuskyGrumbl/backend) and run python main.py. Open a new terminal and naviage to the frontend folder in the terminal (cd HuskyGrumbl/frontend). Run the command npm run start and you should be able to view and use the website on http://localhost:3000.

How to Use the Website

When users first open the website, they will be landing in the Husky-Grumbl homepage. With our website mascot greeting the user, the user can scroll down to the bottom of the page and click on the "get started" button to start navigating the webpage. There, they can enter an address to search for restaurants in that area. Next, they should see the filter options on the left bar. There are check boxes for cuisine preferences, a slider for price level, check boxes for dietary restrictions, a checkbox for open status, and a slider for distance. Once users set their preferences, they can press search and see the list of restaurants show up on the right side. Once restaurant recommendations show up, the names of different restaurants will all show up as separate result boxes, along with the restaurant's overall ratings, number of customer ratings, their price range ($ to $$$$), and their distance from the user's chosen location. From these results, users can freely choose which restaurants they wish to go to and gain general data about the restaurant.

Contributers

  • Shreya Pandey: Project Manager/Backend Lead Developer
  • Neha Pinni: Frontend Lead Developer
  • Raiden Santos: Frontend Developer
  • Shayna Suzuki: Frontend Developer
  • Kevin Kim: Backend Developer
  • Mayee Sun: Backend Developer
  • Varun Shinde: Backend Developer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published