Deadwood-ai / file-storage-api

FastAPI backend for the Deadwood-AI file storage server
GNU General Public License v3.0
0 stars 0 forks source link

Upload code #6

Closed mmaelicke closed 5 months ago

mmaelicke commented 5 months ago

This PR adds an API endpoint that returns the latest Python script to upload data via Python. Right now, I included it as an API endpoint (to, ie. inject auth information directly) to have everything in one repo. Can be moved to a standalone package in the future.

Only merge after docker is implemented and the metadata saving works. (#3 and #5 should be merged)