TheFlyer1983 / facerecognitionbrain_vue

A Vue app of the React App facerecognitionbrain
https://smart-brain-pl.netlify.app/
1 stars 0 forks source link

Migrate the incrementation of the image count #98

Closed TheFlyer1983 closed 1 year ago

TheFlyer1983 commented 1 year ago

Description:

When a user requests an image to be scanned by the facial recognition api, and we get a succesful response back from the API, then we increment the count of successful entries. This is currently handled by the Express server and needs to be migrated into the app.

Acceptance Criteria:

TheFlyer1983 commented 1 year ago

Pushed straight to dev.