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

https://github.com/wazolab/moviefinder

A test exercise for an interview process
https://github.com/wazolab/moviefinder

docker docker-compose nuxt omdbapi vuejs

Last synced: 11 months ago
JSON representation

A test exercise for an interview process

Awesome Lists containing this project

README

          

# movie-finder

## Build Docker Image and Run it (with Docker Compose)

```bash
$ docker-compose up --build
```
## Run on Node.js engine on your local machine

```bash
$ cd nuxt/
$ npm i && npm run dev
```