Just Some Movies is a project build with React. It is a web application that uses MySQL, React, and Express 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.
On command prompt
git clone https://github.com/michael-spadafora/SBUdb
cd SBUdb
npm install
npm run build
npm run start