/API-college-project

A college project for the database and back-end disciplines

Primary LanguageC#MIT LicenseMIT

BD-BACK Project

Overview

This repository contains a .NET 8 API built with MVC architecture, utilizing SQLite as the database.

Features

  • Swagger for the interface.
  • SQLite.
  • CRUD
  • Relashionships

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    https://github.com/includeDaniel/API-college-project
    
  2. Build the project:

    dotnet build
    
  3. Apply database migrations:

    dotnet ef database update
    
  4. Run the API:

    dotnet run