GuildCrafts / web-development-js

Craft repository for Web Development with JavaScript
http://jsdev.learnersguild.org/
Other
1 stars 1 forks source link

Test Drive Bookstore #106

Open jaredatron opened 7 years ago

jaredatron commented 7 years ago

Description

You'll be starting from this repo https://github.com/GuildCrafts/tdd-bookstore

Your task will be to, simply, make all the tests pass.

You'll be building a bookstore like API driven entirely by the tests! :D

TDD

Context

It is important to be able to read tests and make code that satisfies those specifications. This is a version of the Bookstore API tested by Mocha.

Specifications

Quality Rubric

What are some appropriate quality objectives for this goal? These are statements about the internal characteristics of the product that demonstrate fine design and craftspersonship, not its external features.


Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

pllearns commented 7 years ago

Here is a repo that will kind of get you started on your way, but it's not even close to done: https://github.com/pllearns/tdd-bookstore