This site was make with Next.JS, inpired on Netflix and get data in The Movie Data Base. You can access the site here
Front End | Back End |
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