[SOLVED] CS349 Homework 5

30.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon CS349_hw5-l2rdt8.zip (9.5 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
🔒 Securely Powered by:
Secure Checkout
5/5 - (2 votes)

In this assignment, you will finish the CoffeeRun app and modify the RemoteDataStore module to work with FIREBASE as a back end. Complete the following:

  1. If you have not yet completed Chapter 12 (Form Validation), work through that chapter to add form validation.
  2. Work through Chapter 13 (Ajax) to connect CoffeeRun to the back-end service at http://coffeerun-v2-rest-api.herokuapp.com/api/coffeeorders.
  3. Using Firebase, create a new Firebase app for CoffeeRun, using the data sent to the API hosted on Heroku as a guide.
  4. Modify scripts/remotedatastore.js as necessary to use Firebase as CoffeeRun’s new back-end. Note the following…
  • You may need to change the way that orders are created.
  • Any changes you make should not affect the code outside remotedatastore.js.
  • As with the Heroku API, access the collections over HTTP.
  • CS349_hw5-l2rdt8.zip