Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages