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
- Host: GitHub
- URL: https://github.com/wazolab/moviefinder
- Owner: wazolab
- License: mit
- Created: 2020-10-02T12:38:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T22:18:16.000Z (over 5 years ago)
- Last Synced: 2025-02-07T20:15:52.710Z (about 1 year ago)
- Topics: docker, docker-compose, nuxt, omdbapi, vuejs
- Language: Vue
- Homepage:
- Size: 213 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```