Movie App is a page that lists famous and trending movies. You can access them inside:
- Movie Name
- Release Date
- Average Vote
- Similar Movies
-
Clone this repo
[email protected]:Ezequiel-CE/movie-app.git
-
Add your MovieDB API Key inside
.env.local
.
TMDB_API_KEY='xxxxxxxxxx'
NEXT_PUBLIC_TMDB_API_KEY='xxxxxxxxxx'
-
Install package with
yarn install
ornpm install
-
And start development server with
yarn dev
ornpm run dev
-
You can access in
http://localhost:3000