Skip to content

matannagar/IMDB-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDB Website

image image

image

Description

The weather application has two sub systems.

How to use imdb-API server

Getting Started

Dependencies

  • Node.js v14.17.5
  • Windows 10

Installing

  • Clone this repository locally
  • In each folder (front and server) run:
npm install

Executing program

Each subsystem needs to run individually

  • open cmd in front folder and run npm start
  • open another cmd in server folder and run node app.js

IMPORTANT

The current React.js app is requesting data from the deployed server. To make the app send requests to the local server (folder server):

  1. Access front/src/movies-context.js
  2. In line 5 replace the link with (http://localhost:3001/getFeatured)