File Upload App is a web application developed using ASP.NET Core, .NET 8, and Angular.
Ensure you have the following installed:
- [.NET 8 SDK]
- AngularCLI
- Clone the Repository
git clone <repository-url> cd SigmaSoftwareApp
- Install Dependencies
For server:
For client:
dotnet restore
npm install
- Run the Application
Start the API server:
Start the client:
dotnet run
npm run start
The API is documented with Swagger. After running the application, you can access the Swagger UI at:
http://localhost:<port>/swaggerIt provides detailed information about the endpoints, request/response models, and example usage.
- ASP.NET Core: For building the API.
- Angular: For building client side part.
- Swagger: For interactive API documentation.