This is a personal project that uses themoviedb API to fetch movies that are trending nowadays. The project is built with nextjs and typescript. To run this project, you must have a themoviedb version 4 API key.
- Copy .env.example to .env
- Insert your API key on .env file
npm run build
npm start
Server will be available on http://localhost:3000
docker-compose up -d
Server will be available on http://localhost:3451