Skip to content
 
 

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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 ``

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages