A robust REST API built with .NET 10 (C#), utilizing a SQL database for persistence and designed with integrated unit testing support.
This solution is part of the 'Secure Backend' lessons, where you'll explore the essential components and best practices for building secure backend services.
- Clone the repository.
- Open the solution in your preferred IDE that supports .NET 10.
- Set up a SQL Server database.
- Configure the connection string to your database using User Secrets.
- Initialize the database schema by running the database creation script.
- .NET 10 SDK must be installed.
- Access to a SQL Server instance.
- This template is intended for educational purposes and as a starting point for secure backend development.
- For further guidance, refer to the lesson materials or documentation.
- The integrated workflow is an example for students, but is deactivated within this GitHub repository