Skip to content

ViniUme/Movies-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translations


About

This site was make with Next.JS, inpired on Netflix and get data in The Movie Data Base. You can access the site here


Technologies Used

Front End Back End

How to Run

Clone this repository:

git clone https://github.com/ViniUme/Movies-Website.git

Have Node.js installed. With terminal opened in project folder, install the dependencies :

npm install
    or
yarn

Then type this command in to run local server:

npm run dev
   or
yarn dev

Open in your navigator the localhost in port 3000: http://localhost:3000