Skip to content

ocre12/movie-list-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie list API

A basic API for Mediashow's technical test. Note that this API is not linked to any database, the datas are not persistent.

Build & Run

Run this to build the docker image

$ docker build -t movie-list .

Then run this to run the docker image

$ docker run -p 3000:3000 movie-list

Usage

Once it runs, the API is exposed on localhost:3000

Two requests are available :

GET /movies to retrieve the list of movies.

PATCH /movies/:id (where the parameter id must be the id of a movie) to toggle the value of like in the corresponding movie.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors