Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 280 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 280 Bytes

Cloud Storage Web Service Backend

Features

  • Fully async file management (upload/download/delete)
  • File sharing with other users

Run service

Install Poetry first

poetry install && uvicorn app:app --reload

Service will be available on localhost:8000/docs