Skip to content

trleech/tdd-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tdd-example

This project provides an example of a basic restful web service with sufficient unit test coverage as to be a useful example of how to do Test Driven Development.

Requirements

  1. Users can create a new ale
  2. Users can delete an existing ale
  3. Users can fetch a list of ales
  4. Users can update an ale
  5. When creating or updating an ale, the "alcohol_by_volume" field must be between 0 and 100, inclusive

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages