Skip to content

learn-co-curriculum/boozer-api-web-0716

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux Boozer API

Objectives

  • Practice connecting our client-side applications to an API
  • Create and handle forms with Redux.

Overview

Today, we'll be connecting our Redux application to an API so we can actually start loading and persisting data!

Fork and clone this repo. We've provided a seed file with a list of cocktails (shout out to PDT for their list. )

We've setup two endpoints for you - visiting http:localhost:3000/api/v1/cocktails provides us with a list of all cocktails. Cocktails have many proportions, which include an amount and an ingredient name.

Instructions for Server Side code

On the server-side, build out a create action which creates a new cocktail. Hint: You'll probably want to be able to create new proportions and ingredients along with this.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •