One Night Food Stand is a recipe finder app that is constructed like a dating app with swipes and matches.
User logs in -> User is shown a BBQ food item -> If user doesn’t like the item, they will swipe left and the food item will be dismissed If user does like the BBQ food item, they swipe right -> The user will be taken to the BBQ food item’s page which is has the recipe for how to make that item
CREATE -> /swipes -> POST -> Captures match results READ -> /recipes/:id -> GET -> Gets the recipes for the associated food item READ -> /recipes/:id -> GET UPDATES -> /swipes/:id -> PUT/PATCH -> Remove a match/unmatch from food DELETE -> /user -> DELETE -> Deletes a user
Add pairing of sides with the food items. Add pairings of beverages with the food items. A user can add a new recipe.