Skip to content

.Net API for a point of sales and inventory solution for Pom and Honey

Notifications You must be signed in to change notification settings

m-ruiz21/project3_api

Repository files navigation

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