This repository contains Course Management Web API implemented in ASP.NET Core 8.0 and API documented with Swagger.
- Clone the repo:
git clone https://github.com/Rashotech/CourseManagementAPI - Update Database Connection string with Microsoft SQL Server Connection string in
appsettings.jsonconfiguration file. - Run Database Migration using
dotnet ef database update. - Type
dotnet runin a terminal window to launch the Web API.
- .NET Core 8.0 installed on your machine
- Microsoft SQL Server
