Skip to content

File upload app using ASP.NET, .NET via Angular client. Implemented file uploading using blob and form data, and retrieval functionality, ensuring robust and efficient API performance

Notifications You must be signed in to change notification settings

DrJackill/SigmaSoftwareApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

File Upload App

File Upload App is a web application developed using ASP.NET Core, .NET 8, and Angular.

Prerequisites

Ensure you have the following installed:

  • [.NET 8 SDK]
  • AngularCLI

Installation

  1. Clone the Repository
    git clone <repository-url>  
    cd SigmaSoftwareApp
  2. Install Dependencies For server:
    dotnet restore
    For client:
    npm install
  3. Run the Application Start the API server:
    dotnet run  
    Start the client:
    npm run start  

API Documentation

The API is documented with Swagger. After running the application, you can access the Swagger UI at:

http://localhost:<port>/swagger

It provides detailed information about the endpoints, request/response models, and example usage.

Technologies Used

  • ASP.NET Core: For building the API.
  • Angular: For building client side part.
  • Swagger: For interactive API documentation.

About

File upload app using ASP.NET, .NET via Angular client. Implemented file uploading using blob and form data, and retrieval functionality, ensuring robust and efficient API performance

Topics

Resources

Stars

Watchers

Forks