My first api with Deno
- clone this repository
- install Deno
- at the terminal run the command
deno run --allow-net ./server.ts
- open the postman and test the paths
http://localhost:3000/api/movies
http://localhost:3000/api/movies/1
- use the comands for GET, POST, PATH and DELETE