interpretable / api

Cboard API provides backend functionality and persistence to the Cboard application
https://cboard-api.appspot.com/docs/
GNU General Public License v3.0
0 stars 0 forks source link

Create a file system storage #2

Open lutangar opened 2 years ago

lutangar commented 2 years ago

CBoard is tightly coupled to Azure blob storage we could create a simple file system storage as an alternative.

lutangar commented 1 year ago

The current work in progress is visible here : https://github.com/cboard-org/cboard-api/commit/9919c91dc91b2a5a959f1b45c4234647c2c3f714

Security concerns still need to be adresses tho. It also has been submitted for review to the CBoard as part of : https://github.com/cboard-org/cboard-api/pull/233