Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 728 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 728 Bytes

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.