Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.23 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.23 KB

Just Some Movies

Just Some Movies is a project built with React, Express, and MySQL. It is an IMDb clone that allows users to interact with a database of Movies, Actors, Directors, Producers, and Production Team Members. Users can filter by movies and actors; sort by title, rating, budget, and release date for movies, sort by name, date of birth, and id for actors.

How it looks

Full Transaction:

Movies Page:

Individual Movie Page:

Search Page:

Getting Started

Prerequisites

NodeJs MySQL

Installation

Front End

On command prompt/terminal

git clone https://github.com/jackiequach/JustSomeMovies
cd JustSomeMovies
npm install
npm run build
npm run start