Skip to content

artsnr1/MoviesSearchApp

Repository files navigation

Introduction

Moviepedia lets you search and get information about latest movies and shows

Setup Guide

The command below is used to build a docker image

docker build -t movipedia:dev .

The command below is then used to run a docker container from the image created above.

docker run -v ${PWD}:/app -v /app/node_modules -p 3001:3000 --rm movipedia:dev

After that open browser and hit the URL below http://localhost:3001/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published