Website available!
Movies API with PUT, DELETE, GET and POST http methods :)
- 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
You can clone this repository and build it with yarn, and run the server with yarn start
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 here! -> Movies API
- @rianbarbosa - Idea & Initial work