Skip to content

ewanlaing/moviematch_js_group_project

Repository files navigation

Screenshot 2023-07-25 at 11 19 34 Movie Match is an app where users can search through a database of movies using their favourite directors and actors and find out what movies they have worked on. They can also search by title and add to their list of favourite movies.

Currently the app only has a limited database.

To run the application:

Inside both server and client folders, in the terminal enter "npm i"

Inside your terminal, make sure you are in the Server folder and enter "npm run seeds"

Then in the server folder enter "npm run server:dev"

Meanwhile in the client folder enter "npm start"

Enjoy! Screenshot 2023-07-25 at 11 19 55Screenshot 2023-07-25 at 11 20 21Screenshot 2023-07-25 at 11 20 34

Screenshot 2023-07-25 at 11 20 49