WebAPI for StudentClinic
Repository with the frontend can be found here StudentClinic-Vue
- .NET Core 6 WebAPI
- Entity Framework
- Swagger
- AutoMapper
- JWT
- REST architecture
- JWT based authentication
- Slot based appointments
Get the code by either cloning this repository using git
git clone https://github.com/kacperrymkiewicz/StudentClinic-WebApi.git
dotnet ef database update
dotnet watch run
dotnet publish -r linux-x64 --no-self-contained