Skip to content

sebibitica/FoodShareNet-WebAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoodShare Web API

FoodShare is a web API built using ASP.NET Core 8.0 and Entity Framework Core. It serves as a backend solution for the FoodShare application, facilitating the donation and delivery of food items.

Technologies Used

  • ASP.NET Core 8.0: Framework for building web APIs.
  • Entity Framework Core: Object-relational mapper for .NET, used for data access.
  • SQL Server: Relational database management system for storing application data.

Usage

Once the application is running, interact with the API using HTTP requests. Refer to the API documentation or explore the codebase for available endpoints and usage details.

example:

  • GET /api/Beneficiary/GetAll
  • GET /api/Donation/CreateDonation
  • etc.

About

A WebAPI that uses ASP.NET and EntityFramework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages