JustJordanT / cloudFileUploader

☁️ CloudFileUploader: is a service that will allow you to upload your file to an Azure storage account, and also pull files down and list them, out as well. Made with microservice architecture in mind along with best coding practices.
1 stars 0 forks source link

Backend-API #6

Closed JustJordanT closed 3 years ago

JustJordanT commented 3 years ago

Is your feature request related to a problem? Please describe. This will be the main method for our CRUD operations. that will use the Azure Storage account. Create, Read, Update, Delete

Describe the solution you'd like This will be used for the other microservices to use so that we are able to use them in order to use our CRUD API

Describe alternatives you've considered

Additional context

JustJordanT commented 3 years ago
JustJordanT commented 3 years ago
JustJordanT commented 3 years ago
JustJordanT commented 3 years ago
JustJordanT commented 3 years ago

All these API calls have been made, and are working as need. however, there is some additional functionality that I would like to implement. I will open issues for those.