Skip to content

Client side application for browsing data about movies(like Filmweb or IMDB) based on themoviedb API.

License

Notifications You must be signed in to change notification settings

Arrugonoto/moviedb

Repository files navigation

movieDB logo

movieDB

Another movie database app.


Dominant language License




Features

Yup at least two:

  • Browse data about movie, tv shows and people related to movie industry
  • Check Top 100 movies or tv shows
  • Discover upcoming movie releases
  • Search about movies, series or people that interest you

Or maybe just look what's currently trending.

Tech Stack

Vite logo React logo TypeScript logo TMDB logo NextUI logo Framer Motion logo

Getting Started

Prerequisites

1. Create free account at www.themoviedb.org

2. Clone repository

git clone https://github.com/Arrugonoto/moviedb.git

3. Inside of services directory create a file for API token

cd src/services

touch api-key.ts

4. Paste following configuration in newly created file and iclude Your TheMovieDatabase key with token

export const API_KEY: { key: string, access_token: string } = {
   key: 'TMDB key',
   access_token:
      'TMDB access token',
};

Note: this file is excluded from git tracking so data contained in it won't be updated to github repository. Never publicly update any of Yours access tokens. Good alternative to store them is to use .env environment variables.

5. Install npm dependencies

npm install

6. Run development server

npm run dev

7. Open app in browser and enjoy testing.

About

Client side application for browsing data about movies(like Filmweb or IMDB) based on themoviedb API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages