This is an ASP.NET Core Web API for uploading files.
- Clone the repository:
git clone <your-fork-url> cd API-UploadFiles
- Run the API:
dotnet watch run
- Open your browser and navigate to:
Controllers/
- API controllersModels/
- Input models and service interfacesServices/
- Application and infrastructure serviceslogs/
- Log files
- Fork the repository and create your branch:
git checkout -b feature/your-feature
- Make your changes and commit them.
- Push to your fork and open a Pull Request.
See LICENSE for details.