Code Monkey home page Code Monkey logo

fs-pet-shop's Introduction

The Full-Stack Pet Shop

This is a multi-day assignment split into the following parts. Your task is to complete each part's assignment, one at a time, before moving on to the next part.

  1. Node Filesystem
  2. Node HTTP Server
  3. Express HTTP Server
  4. RESTful Express HTTP Server

Additionally, each part has a set of optional bonus assignments to try once you complete its main assignment. Since parts share many of the same bonus assignments, you may move to the next part without having finished all the bonuses.

fs-pet-shop's People

Contributors

ashcoca avatar danny-andrews avatar dannyfritz avatar david-hooper avatar dependabot[bot] avatar jakebrbell avatar kmcgrady avatar kopasetik avatar rogerwschmidt avatar ryansobol avatar shurlow avatar teddim avatar zubaird avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fs-pet-shop's Issues

unclear explanation

In the Restful Express exercise on the PATCH route there is a section of the instructions that is not clear: "NOTE: The PATCH route handler must only update the record if age is an integer, if kind is not missing, or if name is not missing."

This led me to think that I needed an age AND either a name or kind key in the request body, but only ONE of the keys are required. Consider rewording this part of the instructions. The only way I could find out what the route wanted was from reading the tests for a long time. The request body only needs one of the following: age, name, or kind. NOT a combination of the three. "NOTE: The PATCH route handler must only update the record if age is not missing and is an integer, or if kind is not missing, or if name is not missing."

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.