Shark API 1. fork, clone, don't forget to commit and push 2. implement the code to make the tests pass update the .gitignore GET / create a middleware logger index GET /sharks show GET /sharks/:id create POST /sharks update PATCH /sharks/:id destroy DELETE /sharks/:id 3. Instructions into servercd npm install To run tests type npm run test on the terminal To run local host on terminal npm run dev on the terminal open localhost:5000/ in the browser available endpoints? -./localhost:5000 -./localhost:5000/shark -./localhost:5000/sharks/:id link to deployed version ``