Skip to content

includeDaniel/API-college-project

Repository files navigation

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
    

About

A college project for the database and back-end disciplines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages