GithubHelp home page GithubHelp logo

my-movies-listiaa's Introduction

my-movie-list-server

Frontend Repo

Deployed App


My Movie List is a project which enables friends to share and recommend movies and series with each other. We use TheMovieDB Databse for movies and TV shows.

This repository is backend for My Movie Listiaa, written in Nodejs.

How to Run?

  • Clone the repository using command git clone https://github.com/Aakash-Jakhmola/my-movies-listiaa.git
  • Install node and npm.
  • Run command npm install in the root.
  • Create .env file in root and give the following contents
    DB_URI=<Your db uri>  
    API_KEY=<Your tmdb api key>  
    CLIENT_URL=<Url from where you will make requests>  
    JWT_SECRET=<any string>
    
  • Run command node app.js.

Features

  • User Authentication ( JWT )
  • User can search for movies
  • User can add movies to his/her lists - Watched & Watch Later List
    • In watched list, user can give his/her personal score and review of the movie
  • User can share his/her list
  • User can follow others users.
  • User can be followed by other users.
  • User can see trending movies of the week.

Project Structure


config/
    All the configurations that are needed on server
src/
    domain/
        module/
            all bussiness logic realating to module and interacts with database
    
    database/
        models/
                Exposes all the Database Models
    utils/
        utiliites required
    interface/
        module/
            exposes api endpoints to outside world and gets data from domain
    app.js (express app)
    server.js
package.json
README.md
.gitignore
.eslintrc.js
.gitignore

See DOCS.md for documentation.

my-movies-listiaa's People

Contributors

aakash-jakhmola avatar aakashjakhmola avatar sumitks866 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.