You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The backend portion of the Crazy Coffee Concoctions app. This Ruby on Rails API saves user-generated coffee data to a PostgreSQL database and returns that data in a JSON format. It is currently connected to an HTML/CSS/JavaScript frontend. It utilizes the Rack CORS and Fast JSON API gems.