This repository contains a .NET 8 API built with MVC architecture, utilizing SQLite as the database.
- Swagger for the interface.
- SQLite.
- CRUD
- Relashionships
-
Clone the repository:
https://github.com/includeDaniel/API-college-project
-
Build the project:
dotnet build
-
Apply database migrations:
dotnet ef database update
-
Run the API:
dotnet run