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

Cloud FileSystem is an attempted RESTful web API allowing you to manage files stored in database & Azure FileShare

License

Notifications You must be signed in to change notification settings

HunteRoi/cloud-filesystem

Repository files navigation

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

About

Cloud FileSystem is an attempted RESTful web API allowing you to manage files stored in database & Azure FileShare

Topics

Resources

License

Stars

Watchers

Forks