Skip to content

An IMDb clone like application powered by free `The Movie Database` APIs.

Notifications You must be signed in to change notification settings

rs6g10/the-movie-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Movie DB project was bootstrapped with Create React App. The live working demo is poorly hosted on Heroku's cheapest option.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

Folder Structure

After creation, your project should look like this:

the-movie-db/
  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
  src/
    App.css
    App.js
    App.test.js
    index.css
    index.js
    logo.svg

For the project to build, these files must exist with exact filenames:

  • public/index.html is the page template;
  • src/index.js is the JavaScript entry point.

Technology

Installation

Please make sure you have Docker installed on your machine to run this app.

$ git clone https://github.com/rs6g10/the-movie-db.git
$ cd the-movie-db
$ make build

Run

In development:

To run normally use:

$ make run
$ npm start

To run tests normally use:

$ npm test

In production:

No work done to productionise yet.

About

An IMDb clone like application powered by free `The Movie Database` APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published