Skip to content

dmccrevan/intro-rest-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to REST Workshop App

Install dependencies

npm install

Start the Server

node server.js

Instructions

API Endpoints

Implement the following endpoints

  • GET /movies -- Return a list of all the movies
  • GET /movies/:id -- Return a movie by name --> Already done
  • POST /movies -- Create a new movie
  • DELETE /movies -- Delete a movie by name

Implement the following client fetches

  • getByRating() -- Return the first movie that has a rating higher than the specified rating
  • getMovieGenre() -- Return the specified movie's genre
  • deleteMovie() -- Delete the specified movie
  • addMovie() -- Add a new movie

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published