Ode To Food Restaurants is a simple web application built on ASP.NET Core that stores restaurant data and gives an administrator interface to create, edit or delete from the database built on Entity Framework Core
Modules:
This module handles all the data types and functionalities of the restaurant database aswell as the restaurants themselves.
This module is for the other modules to reference types that are used all throughout the project and are not project dependant.
This is the main web application, aswell as where the API controller is located (/Api)