Skip to content

PeterSulcs/rest-api-challenge-problem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

This project is intended as a challenge problem to demonstrate your technical software development skills as well as software development processes. Please clone this repository, review the open issues on the GitHub project page, and open a Pull request addressing each open issue.

Good Luck! :-)

Install System Dependencies

  1. https://nodejs.org/en/
  2. https://yarnpkg.com/en/docs/install

Install Project Dependencies

yarn

Start the API Server

yarn start

Call the birds endpoint with a birdID

curl localhost:8080/api/v1/bird/142

You should see the response from the server that looks like this... {"name":"avocet","id":142}

About

An simple ExpressJS REST API application challenge problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%