The Movie Sagas application displays existing movies from an SQL database, and allows the option to selct a movie and edit the title and/or description. When the edits are submitted, the database is updated.
- Node
- Postgress
- Postico
- Express
- Body-Parser
- React
- React-Redux
- React-Router-Dom
- Redux
- Redux-Logger
-
On page load, all movies from the database are displayed on the Home page. Click any movie to get more details.
-
On the Details page, you can navigate back to Home or progress to the Edit page.
-
If you edit the movie details on the Edit Page, select save, and you'll return Home.