This PR represents the first substantial update to the repository as well as the first version with working CRUD operations. It adds a testing framework and stubs out basic unit tests. Additionally, we have made the Flask routes more robust by wrapping them with informative Try/Except calls. These additions are preliminary and will need to be expanded and improved upon.
This PR represents the first substantial update to the repository as well as the first version with working CRUD operations. It adds a testing framework and stubs out basic unit tests. Additionally, we have made the Flask routes more robust by wrapping them with informative Try/Except calls. These additions are preliminary and will need to be expanded and improved upon.
Addresses #22, #21, #20, #16, #15, and #11