Skip to content

jackiequach/JustSomeMovies

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TSQL 91.2%
  • JavaScript 8.8%