This project is a terminal-based review application with a Flask REST API component. It was developed for the Software Engineering (SWE) course at the College of Wooster. The application allows users to register, log in, and review different types of media, including books, movies, and TV shows. Additionally, there is a dedicated REST API for managing book-related data.
This project was created as part of the Software Engineering (SWE) course at the College of Wooster. The purpose of this project is to practice software engineering principles such as modularity, code organization, and RESTful API design.