Movie and Tv Shows information using TMDB API
Follow these instruction run the project locally
- Node 10.13 or later
- Create an account in TMDB and get the API token.(https://developers.themoviedb.org/3/getting-started/introduction)
- MacOS, Windows (including WSL), and Linux are supported
Clone the repo
git clone [email protected]:marufMunshi/mover-list.git
Run yarn install
yarn install
Run yarn dev to locally running the project
yarn dev
This project will run on port 3000. It can be changed by follwing command
yarn run next dev -p PORT_NUMBER
This project is deployed with Netlify. It is server side rendered. Follow this bolg post for how to deploy Next.js project to netlify.
- Next.js - The web framework used
- Ant Design - Component Library
- Emotion - For styling (CSS in JS)
- TMDB API - For the data
- Maruf Hasan (https://github.com/marufMunshi)
This project is licensed under the MIT License