An open API service indexing awesome lists of open source software.

https://github.com/robert-z/adevinta-pet-project

🐶 Pet project from Adevinta Spain. Consists in creating a search movie platform unsig their SUI Tools
https://github.com/robert-z/adevinta-pet-project

api-rest ddd es6 javascript react sui

Last synced: 8 months ago
JSON representation

🐶 Pet project from Adevinta Spain. Consists in creating a search movie platform unsig their SUI Tools

Awesome Lists containing this project

README

          

# Adevinta's Pet Project

This repository contains my solution to the Pet Project proposed by [Adevinta](https://www.adevinta.com/).

The project consists in creating a movie search platform using the SUI Tools from Adevinta Spain and the [themoviedb api](https://www.themoviedb.org/documentation/api). In this platform you can search the movies by title.

See deployed version [here](http://pet-project.robert-z.surge.sh/)

![](https://media.giphy.com/media/g4UC350lAZzss5LpSK/giphy.gif)

## 🚀 Environment setup

1. Clone this project:
```sh
$ git clone https://github.com/robert-z/adevinta-pet-project.git
```

2. Move to the project folder:
```sh
$ cd adevinta-pet-project
```

3. Move to the app folder
```sh
$ cd app
```

4. Install dependecies
```sh
$ npm i
```

5. Start server
* 5.1 Start development server
```sh
$ npm start
```
* 5.2 Start production server (Server Side Rendering)
```sh
$ npm run ssr
```

6. Demo is available at [http://localhost:3000](http://localhost:3000)