# 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 ```