Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raofin/zerohunger

ZeroHunger was the mid-term assignment (Fall, 2022-23) of my Advanced Programming with .NET course. The main focus was on developing a complex database and connecting it with ASP.NET MVC.
https://github.com/raofin/zerohunger

asp-net-mvc bootstrap5 c-sharp cshtml entity-framework ms-sql-server razor

Last synced: about 23 hours ago
JSON representation

ZeroHunger was the mid-term assignment (Fall, 2022-23) of my Advanced Programming with .NET course. The main focus was on developing a complex database and connecting it with ASP.NET MVC.

Awesome Lists containing this project

README

        

# Zero Hunger
ZeroHunger was the [mid-term assignment](/Readme_md/ZeroHunger.txt) (Fall, 2022-23) of my Advanced Programming with .NET course. The main focus was on developing a complex database and connecting it with ASP.NET MVC.

It is a food collection and distribution management system for an NGO. The features and functionalities of this project include:
- Restaurants can post requests for their surplus food, providing descriptions and expiry dates.
- The request list shows all the available and pending requests.
- Employees can be assigned to collect and distribute the food.
- Requests are automatically marked as expired after their expiry dates.
- New employees and restaurants can be added and their details can be viewed and modified.
- A history log shows the food collection and distribution activities.

## Schema Diagram

## Screenshots





## License
This project is licensed under the [BSD-3-Clause license](LICENSE).