Skip to content

hydego17/proto-movie-app

Repository files navigation

Movie App

DEMO

This project was built using:

The API used is the TMDB API. We'll be required to register and submit request to retreive API key. To get info on how to request for API key, head over to introduction page.

Installation

Download or Clone this repository:

git clone https://github.com/hydego17/proto-movie-app.git <your_folder_name>

Install all the dependencies

npm install

# or

yarn

Run this App:

npm run dev

# or

yarn dev

To run the test

npm run test

# or

yarn test

Go to http://localhost:3055/.