This repository contains my solution to the Pet Project proposed by Adevinta.
The project consists in creating a movie search platform using the SUI Tools from Adevinta Spain and the themoviedb api. In this platform you can search the movies by title.
See deployed version here
- Clone this project:
$ git clone https://github.com/robert-z/adevinta-pet-project.git
- Move to the project folder:
$ cd adevinta-pet-project
- Move to the app folder
$ cd app
- Install dependecies
$ npm i
-
Start server
- 5.1 Start development server
$ npm start
- 5.2 Start production server (Server Side Rendering)
$ npm run ssr
- 5.1 Start development server
-
Demo is available at http://localhost:3000