Skip to content

Themoviedb API kullanarak Nuxt 3 ve Tailwindcss ile geliştirmiş olduğum çok dilli SSR, SPA film uygulaması

Notifications You must be signed in to change notification settings

oceceli/movie-app

Repository files navigation

DEMO

https://movie-app.oceceli.com/discover

Installation

Firstly

You'll need a themoviedb API key.

When you acquire the key, rename .env.example to .env and place it in the root directory with filename

/.env
API_TOKEN=<Your token>

Make sure to install the dependencies:

npm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Docker

Enter your API key in the Dockerfile

The image output will be ~70mb in size

docker image build --tag movie-app .
docker container run -d -p 3000:3000 movie-app

About

Themoviedb API kullanarak Nuxt 3 ve Tailwindcss ile geliştirmiş olduğum çok dilli SSR, SPA film uygulaması

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published