Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 659 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 659 Bytes

Animovie

Description: A minimal IMDb-like website to search for movie info such as plot, ratings and more.

Usage

Step 1: Install the required modules by running npm install in the root directory of the project. (Note: It is assumed you already have NodeJS and npm installed.)

Step 2: Enter your OMDb API key on line 7 of app.js. As of December 2020, you can get a free one from here.

Step 3: Run node app.js or npm start in the root directory to start the server.

Hosted Link

You can check out the hosted version of this project here.