ga-wdi-boston / jquery-ajax-get-collection

Other
0 stars 81 forks source link

Do not re-setup library api guide #16

Open danman01 opened 7 years ago

danman01 commented 7 years ago

This section resulted in some developers setting up their api server again:

We'll make requests of and receive responses from an HTTP server we'll set up together:

Open a new terminal (window or tab). Change into ~/wdi/tmp. Fork and clone library-api and follow installation instructions listed there. Once installed, checkout a jquery-ajax branch within library-api. We're now ready to make requests.

Should be prefaced by

If you need to set up the Rails API server from scratch:

or something like that. This is done in the following jquery-ajax-get-element talk