cia-labs / Storage-service

General purpose storage service
GNU General Public License v3.0
3 stars 4 forks source link

Upload Endpoint: #3

Closed Tejas-ChandraShekarRaju closed 6 months ago

Tejas-ChandraShekarRaju commented 7 months ago
  1. Develop a POST endpoint /upload to receive one or multiple image files.
  2. Accept optional keys associated with the images for identification.
  3. Save the images in a designated folder or directory on the server.
  4. Store corresponding metadata (including keys, file paths, and any additional details) in an SQLite database.
noobed-max commented 7 months ago

Storage_server

Support For Image Storage Workflow

noobed-max commented 7 months ago

Created a temporary repository to simply show fastapi and database code workflow In crud.py, defined SQLAlchemy functions for basic image metadata operations. In main.py integrated these functions into FastAPI endpoints, creating a web service for file upload, retrieval, update, and deletion Temp_storageService_cheta

noobed-max commented 7 months ago

https://github.com/noobed-max/Temp_storageService_cheta/tree/main