8000 GitHub - Eruant/movie-search
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Eruant/movie-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task

Build a UI to search the Movie DB: The user should be able to enter some text into a search field, see and browse the results from the Movie DB.

Setup

You will need node 6 or docker installed.

In development you can set up a local.env file using the local.env.template as a guide. You will need to add your own API key for themoviedb.

# start a node 6 container (skip this if you are running node directly)
docker run -i -v $(pwd):/app -w '/app' -p 8080:8080 -t node:6 bash

# install modules
npm install

# build the client code
npm run build

# start the dev server
npm run dev

Next steps

  • a filters to results
  • add pagination controls

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published
0