Backend API project designed to expose desired country recipe and learning media info endpoints with serialized JSON responses. Utilized error handling with serializers, fully tested API exposure, and user registration, login, and authentication. Consumes the following APIs: Edaman, Geoapify, Youtube, Unsplash, and Rest Countries
Project Requirments: https://backend.turing.edu/module3/projects/lunch_and_learn/requirements
bundle install
rails db:{drop,create,migrate,seed}
rails s