-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
BackendA Back-End issueA Back-End issue
Description
We need an api layer using Flask.
- We need a POST endpoint for the file upload at the endpoint /api/fileUpload.
- We need a GET that retrieves all the files from the firebase database from the endpoint /api/getFiles or something like that. This code is already written in the fileSearchPage component. You can follow that to figure out how to write the Flask code.
- We will need a DELETE method endpoint that will eventually be implemented to allow the user to delete a file that they uploaded.
This should complete a temporary API layer that we can expand upon later. Hardest part of this all might be the DELETE method.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BackendA Back-End issueA Back-End issue