A modern RESTful API for managing Customer complaints, approvals, and tracking, built with .NET 9 Minimal APIs.
- Customer Complaint
- Submit Customer Complaint form
- View Customer Complaint
- Approve/reject Customer Complaint
- .NET 9 SDK
- [MSSQL DB](DB Admin will provide this credentials)
# Clone repository
git clone https://github.com/IT-PHED/HCM-API.git
cd Finance_API
# Configure appsettings
cp appsettings.json appsettings.Development.json
# Run migrations
dotnet ef database update
# Start application
dotnet run
'
### Installation
- Interactive Swagger docs available at:
https://localhost:5001/swagger