Coder Social home page Coder Social logo

sgshivamgarg8 / movies-web-app Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 11.0 2.09 MB

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

Home Page: http://smovies.herokuapp.com

JavaScript 32.96% CSS 16.43% EJS 50.61%
movies-api tmdb-movie-search omdb-movie-search javascript nodejs express ejs mongodb

movies-web-app's Introduction

Movies-Web-App Engine

The Ultimate Search Engine for Movies and TV Series

  • 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 (optional)
    set TMDBAPIKEY="Your tmdb api key without quotes"
    set OMDBAPIKEY="Your omdb api key without quotes"
  • Set Environemnt Variable for Database using (optional!)
    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}})

movies-web-app's People

Contributors

csfx-py avatar dependabot[bot] avatar klutchit avatar pridude avatar rupak16 avatar sahilsharma100 avatar sgshivamgarg8 avatar shubham-k-sinha avatar victorakaps avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.