Skip to content

iugmali/cinema-next

Repository files navigation

cinema-next

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.

Configuring the environment

  • Copy .env.example to .env
  • Insert your API key on .env file

Running on node.js

npm run build
npm start

Server will be available on http://localhost:3000

Running on docker

docker-compose up -d

Server will be available on http://localhost:3451

Example Deployed at:

http://cinema-next-chi.vercel.app

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors