Skip to content

Movie App is a PWA made with The Movie Database (TMDB) API, Next.js API Routes and MongoDB

Notifications You must be signed in to change notification settings

Seala11/next-app

Repository files navigation

Movie App

About

Movie App is a PWA made with The Movie Database (TMDB) API, Next.js API Routes and MongoDB.

Key Features

What it looks like

movie1

How to quickly try it?

👉 The project is hosted on Vercel: https://movie-app-seala11.vercel.app/

Stack

  • Next.js
  • Styled-components
  • MongoDB
  • TypeScript
  • Framer Motion

Lighthouse Metrics

image

Setup and Running

Change .env.example file to .env.local and replace example variables with your mongodb collection and themoviedb token

Install dependencies

$ npm install

Running the app in the development mode

$ npm run dev

Prepare for production

$ npm run build
$ npm run start // run build locally

Run webpack bundle analyzer

$ ANALYZE=true npm run build

About

Movie App is a PWA made with The Movie Database (TMDB) API, Next.js API Routes and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published