Duration: 3 days
This is a movie inventory which shows a list of all movies and their titles. Once a movie poster is clicked, the app navigates to a page with more information about the movie, including a description, genres and the option to delete the movie from the database. Another page allows you to add a new movie to the list.
- Create a database named
saga_movies_weekend
, - The queries in the
tables.sql
file are set up to create all the necessary tables and populate the needed data to allow the application to run correctly. The project is built on Postgres, so you will need to make sure to have that installed. I recommend using Postico to run those queries as that was used to create the queries, - Open up your editor of choice and run an
npm install
- Run
npm run server
in your terminal - Run
npm run client
in your terminal
How does someone use this application? Tell a user story here.
- View all movies in the inventory on the home page
- Add a new movie using the 'Add Movie' tab
- View details for a specific movie by clicking on a movie poster on the home page
- Delete a movie from the inventory on the details page
Javascript, React, Redux, PostgreSQL, Postico, and Postman for testing
Thanks to Emerging Digital Academy who equipped and helped me to make this application a reality.
If you have suggestions or issues, please email me at [email protected]