Skip to content

sebdeckers/json-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Exercise: JSON API

Travis CI Codeship

Specification

  • Server

    • should respond with JSON data

      /
      
    • should provide a list of all class participants

      /participants
      
    • should allow searching by name

      /participants?byName
      
    • should allow sorting alphabetically by name

      /participants?byName&sorted
      
    • should allow whitelisting specific fields

      /participants?byName&sorted&only=name
      

About

🔡 Exercise for Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published