Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 907 Bytes

File metadata and controls

39 lines (32 loc) · 907 Bytes

API-UploadFiles

This is an ASP.NET Core Web API for uploading files.

Getting Started

Prerequisites

Running the Project

  1. Clone the repository:
    git clone <your-fork-url>
    cd API-UploadFiles
  2. Run the API:
    dotnet watch run
  3. Open your browser and navigate to:

Project Structure

  • Controllers/ - API controllers
  • Models/ - Input models and service interfaces
  • Services/ - Application and infrastructure services
  • logs/ - Log files

Contributing

  1. Fork the repository and create your branch:
    git checkout -b feature/your-feature
  2. Make your changes and commit them.
  3. Push to your fork and open a Pull Request.

License

See LICENSE for details.