/yum-culture-backend

Backend of Yum Culture includes Ruby on Rails. Uses themealDB API to seed a dataset of meals and ActiveRecord associations to complete model relations. In this part of the project features such as creating a user profile and saving user data as they interact with the application.

Primary LanguageRuby

Yum Culture

Yum Culture is an web application that allows users to browse through a selection of meals can be added into an individuals preferences.

Features

  • Sign up and Log in to create a user profile and add meals to a preference list.
  • Browsing option that can be used to filter meals by categories for better viewing.
  • Explore page that shows the most popular meal as well as a random meal.
  • Forum where users who have logged in can write reviews on food items.

Motivation

I love going to new restaurants to try new foods all the time. However, it can be difficult to pick an item that you can count on being excellent without knowing the menu beforehand. I created this application to allow users to find meals that they enjoy and add it to a list of preferences so that the application would recognize which meals were the most popular meals. Later on I want to continue adding restaurant menus and categorize the forum posts by restaurants.

Built with

  • Ruby on Rails
  • JavaScript
  • React.js
  • Redux

API Reference

https://www.themealdb.com/api.php

License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.