Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

bayue48/DBID

Repository files navigation

DBID

Contents

Description

DBID is a web all about movie.

Screenshoots

Requirements

Installation

  1. Clone the repo
    git clone https://github.com/bayue48/DBID.git
  2. Install NPM packages
    npm install
    This will install the dependencies inside node_modules

ENV

Please create and make the changes in the .env file.

REACT_APP_API = "https://api.themoviedb.org/3/"
REACT_APP_KEY = "Your TMDB API KEY"

Usage

Runs the app in the development mode.

npm start.

Then open http://localhost:3000/ to view it in the browser.

If you want to build, type npm run build.

Demo

DBID build version, click here.

Credit

License

Distributed under the MIT License.

About

a web based react.js app about movie database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published