Web application to manage contacts.
.NET Core 3.2 Entity Framework 3.1.2 SQL Server
Clone the repository. Build the project. Add migration to initiate the Database.
Add user authentication (JWT authentication).
Complete the unit testing.
Add pagination when retrieving data.
Add global exception handling.