View the project’s public Github repo here.
A locally hosted API simulating the back-end of an online games and digital software distributor. This project was created with the goal of better understanding Rest API design and applying it to a real world business use case.
- Interfaces asynchronously with a SQL Server to create, store, and retrieve game product data, category information, and transaction details.
- Product and sale endpoints contain optional query parameters to filter through database results and use pagination to return a limited number of results per request.
- Game product and sales services are provided to API controllers by Dependency Injection.