You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
Currently the Web API is both storing uploaded files in the filesystem and putting their contents into the database, which is clearly wrong. I think the right approach is to use file storage, and abstract it to the point that it works locally and in production.
Determine that there's no need to put file contents in the database.
Determine the best file storage solution.
Implement that solution.
Write tests.
Test it locally and in a production/production-like environment.
The text was updated successfully, but these errors were encountered:
Currently the Web API is both storing uploaded files in the filesystem and putting their contents into the database, which is clearly wrong. I think the right approach is to use file storage, and abstract it to the point that it works locally and in production.
The text was updated successfully, but these errors were encountered: