A simplified Order Management System using C#, .NET, Microsoft SQL Server, Entity Framework, T-SQL, and stored procedures
● Product: A GET endpoint to read a product by its ID.
● Order: A POST endpoint to create a new order and a GET endpoint to read an order by
its ID.
The documentation resides in the docs folder.
Installation steps can be found in our installation instructions