Skip to content

likejehu/crudapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Books should have the following Attributes:
  • Title
  • Author
  • Publisher
  • Publish Date
  • Rating (1-3)
  • Status (CheckedIn, CheckedOut)
  1. Each endpoint should have test coverage of both successful and failed (due to user error) requests.

  2. Use a data store of your choice.

  3. Include unit tests that exercise the endpoints such that both 200-level and 400-level responses are induced.

About

simple crud api using golang and echo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages