Skip to content

An API REST with HTTP methods (PUT, GET, POST, DELETE)

Notifications You must be signed in to change notification settings

riannbarbosa/moviesAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies API

Website available!

GitHub Repo stars Vercel GitHub deployments


Movies API with PUT, DELETE, GET and POST http methods :)

📝 Table of Contents

🎈 Usage

  • PUT movies/{id} → To update
  • DELETE /movies/{id} -> To remove a movie
  • POST /movies → Register a new movie
  • GET /movies/{id} → List a movie
  • GET /movies → List all movies

🎈🎈 Building and Running

You can clone this repository and build it with yarn, and run the server with yarn start

🎈⛏️ Tests

For tests follow this steps:

  • Clone this repo
  • build with yarn build
  • after run the server in dev mode with yarn dev
  • to run tests in an another terminal, go to the directory of the project and type yarn test and voilá!

🌟 Site

⛏️ Built Using

✍️ Authors

Releases

No releases published

Packages

No packages published