vanvalenlab / deepcell-datasets

React App for hosting curated datasets.
Other
0 stars 0 forks source link

Flask and Routing Fixes #24

Closed MekWarrior closed 4 years ago

MekWarrior commented 4 years ago

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