MichiyoYo / notflix-db

NotflixDB is a web application built with React which allows users to query a movie database and learn info about movies, actors, directors and genres.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotFlixDB Demo

Overview

NotFlixDB app is the client-side of the web application called "NotFlix". It provides a visual interface for the users to interact with the database, so that they can retrieve info on movies, directors, genres and actors. The users are also able to visualize their own info and update them or deregister themselves. The info about movies, directors, actors and genres are pulled from a MongoDB database which gets inquired through the Node application NotFlix API.

Demo

Case Study

Login Credentials

Username: testuser123 Password: testpassword

Tech Stack

  • MongoDB
  • Express
  • React + Redux
  • Node

Setup

To install the dependencies run npm install

To start the application run npm start

About

NotflixDB is a web application built with React which allows users to query a movie database and learn info about movies, actors, directors and genres.


Languages

Language:JavaScript 77.8%Language:SCSS 20.0%Language:HTML 1.8%Language:CSS 0.5%