next-test Installation Download the repository Install npm modules: npm install Start up the server: npm start Usage Get all movies: http://localhost:3000/movies get one movie by id: http://localhost:3000/movies/:id (e.g., http://localhost:3000/movies/60027713)