Skip to content

SemraSh/movie-BOX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

movie-BOX

Movie Search engine which is using Open Movie Database which provides an API to access a database of films.

Getting Started

Prerequisites

Check if Node.js is already installed by typing the following command on your terminal:

node -v

You can install NodeJs following this guide.

Check if npm is already installed by typing the following command on your terminal:

npm -v

To install npm follow this guide.

Check if git is installed on your machine enter the following command on your terminal:

git --version

You can install git by following this guide.

Installation

To run this project you will need to clone it onto your local machine and install all dependencies. To do so use the command line to navigate to your preferred directory on your local machine and enter the following command on the terminal:

git clone [email protected]:SemraSh/movie-BOX.git

Navigate inside the movie folder and install all dependencies by using the following command on your terminal window:

npm i

Finally to run the server enter the following command in your terminal window:

npm start

This will run the server and open the browser automatically. If you make any changes and save process will refresh the browser and you will be able to see the results in the browser.

If you want to end the process hold control and press c.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published