- Download the repository
- Install npm modules:
npm install - Start up the server:
npm start
- Get all movies: http://localhost:3000/movies
- get one movie by id: http://localhost:3000/movies/:id (e.g., http://localhost:3000/movies/60027713)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
npm installnpm start