Skip to content

MilanuA/API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8cc0cff · Feb 24, 2025

History

2 Commits
Feb 24, 2025
Feb 24, 2025
Feb 24, 2025

Repository files navigation

Database schema

databaseSchema.png

Project desciption

This project is a simple RESTAPI made with C#, ASP.NET Core and Entity Framework Core. It uses simple CRUD operations on the database.

This project follows a generic repository pattern using C# generics. Instead of writing separate CRUD operations for each entity, a single Repository class is used to handle operations for most of the database tables.

Swagger

alt text alt text

Tables creation

Can be found here: tablesCreation.sql

About

Simple API made with C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages