Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 741 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 741 Bytes

nuxt3-movies

❗NOTE: This project is still in progress, so some pages are not done yet.

Movies and TV Shows app built with Nuxt3, Vue3, Tailwindcss and TypeScript.

Data provided by TMDB.

Quick look

Prerequisites

  • TMDB account
  • Generate TMDB api key after create an account

Steps

  • Copy .env-sample file and rename to .env
  • Set your api key to TMDB_API_KEY
  • Enter command pnpm install
  • Enter command pnpm dev