/rest-api-challenge-problem

An simple ExpressJS REST API application challenge problem

Primary LanguageJavaScript

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}