
This application helps users discover restaurant options tailored to their preferences by answering a series of simple questions. Users can select their price range, choose a food category such as Italian, Mexican, or Asian, and specify their preferred dining style. Based on their responses, the app generates personalized restaurant recommendations in one of four cities: Boston, Philadelphia, Washington D.C., or New York. It’s the perfect tool for finding the ideal dining experience in these major cities!
npm install
- Create a
.env
file in config folder and add the following askey = value
- PORT = 2121 (can be any port example: 5051)
- DB_STRING =
your database URI
npm start