Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (25 loc) · 1.48 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.48 KB

Cloud FileSystem (.NET)

CI

Built with .NET, this solution showcases a professional codebase using TDD in a Clean Architecture environment. The objective is to build a RESTful web API allowing users to manage files stored in both a database and Azure FileShare.

The following use cases are available:

  • Read Document Properties (pending)
  • List Folder (to do)
  • Upload New Document (to do)
  • Upload New Document Version (to do)
  • Delete Document (to do)
  • Download Document (to do)
  • Download Documents As Archive (to do)

Prerequisites

Get Started

  • You can build the solution with the following instruction: dotnet build CloudFileSystem.sln.
  • You can run the tests of the solution with the following instruction: dotnet test CloudFileSystem.sln.

Contribute

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated!

  1. Fork the Project
  2. Create your Branch: git checkout -b YourAmazingWork
  3. Commit your Changes: git commit -m 'Add some amazing work'
  4. Push to the Branch: git push origin YourAmazingWork
  5. Open a Pull Request