Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 526 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 526 Bytes

Overview

.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.

Usage

To Install Dependencies

dotnet restore

To Run Project

dotnet run --project .\Project2Api\

To Test Project

dotnet test