Skip to content

Movies Info Website from HTML, CSS and JavaScript

Notifications You must be signed in to change notification settings

A-Nikhil/myIMDB

Repository files navigation

Movie Recommendation Website

Recommends you movies based on your input or your preserved interests

Technologies used

  1. HTML5
  2. CSS3
  3. JavaScript
  4. Bootstrap
  5. NodeJS
  6. Express JS
  7. Mongo DB
  8. jQuery
  9. PHP 7.3
  10. MySQL

Getting Started

  1. Download the zip and extract all the files onto a folder
  2. Open a terminal window in that folder and type npm install then press Enter
  3. After successful installation, type node app and press Enter Your terminal should show Connected | App Listening, this means that you're good to go
  4. Open up any browser and type localhost:27017 and the homepage should appear

You should have NodeJS installed on your system, If not, visit nodejs.org to download it

© Nikhil Anand
A-Nikhil