Skip to content

MVC Core project example showing how to use a core web API for multiple file uploads

License

Notifications You must be signed in to change notification settings

NetDevForLife/API-UploadFiles

Repository files navigation

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.

About

MVC Core project example showing how to use a core web API for multiple file uploads

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages