CoderAvi / movie-search-web-app

The Ultimate Movie Search Engine to Search for Movies and TV Series.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movies-Web-App Engine

The Ultimate Search Engine for Movies.

Movie-search-web-app Live heroku link

Live App link:- https://moviesearchavi.herokuapp.com/

  • Install Node.js and MongoDB in your machine.
  • Install all the npm packages required from dependencies in package.json using
    npm install
  • Set Environment Variables for API keys using
    set TMDBAPIKEY="Your tmdb api key without quotes"
    set OMDBAPIKEY="Your omdb api key without quotes"
  • Set Environemnt Variable for Database using
    set DATABASEURL="Your database url without quotes"
  • Run app using
    node app.js
    or
    npm start

Note: To make a user an admin, you will have to change 'admin' property from false to true, manually using mongo client in terminal/cmd using commands

mongo
use moviesapp
db.users.update({username: 'user_name'}, {$set: {admin: true}})

Screenshot 2022-07-12 at 1 40 48 AM

Screenshot 2022-07-12 at 1 40 56 AM

Screenshot 2022-07-12 at 1 41 02 AM

About

The Ultimate Movie Search Engine to Search for Movies and TV Series.


Languages

Language:EJS 50.6%Language:JavaScript 33.0%Language:CSS 16.4%