Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 1.11 KB

README.md

File metadata and controls

21 lines (10 loc) · 1.11 KB

Lunch and Learn

Rails Ruby Postgres

Description

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

Directions after cloning

bundle install

rails db:{drop,create,migrate,seed}

rails s