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
- Host: GitHub
- URL: https://github.com/robert-z/adevinta-pet-project
- Owner: robert-z
- Created: 2019-05-02T09:54:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T22:24:06.000Z (over 6 years ago)
- Last Synced: 2024-12-27T03:41:42.859Z (10 months ago)
- Topics: api-rest, ddd, es6, javascript, react, sui
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)

## 🚀 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)