A Movie App built using Next.js and The Movie Database (TMDB v3) API. Explore movies, tv shows. Personalize watchlist and favorites.
Built with:
- Next.js
- TypeScript
- Firebase
- NextAuth
- next-seo
- Tailwind CSS
- swr
A live deployment (next-moviapp.vercel.app) of this app is available to try it out.
Contributions are welcome.
Clone and install the dependencies for next-moviapp
locally:
git clone https://github.com/sinanbekar/next-moviapp
cd next-moviapp
yarn install
- Copy .env.local.example and re-name to .env.local
- Get your TMDB API key
- Get your Firebase project keys
- Enter the details into the .env.local file
yarn dev
: dev buildyarn build
: production buildyarn start
: start the project with optimized prod build