.Net API for a point of sales and inventory solution for Pom and Honey as part of Texas A&M's CSCE 331 course.
All necessary documentation to use API and understand it's design is included in the Wiki page.
You can review the front end here.
To Install Dependencies
dotnet restore
To Run Project
dotnet run --project .\Project2Api\
To Test Project
dotnet test