Skip to content

jimmyRobson/memory-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

memory-dotnet

An AspNet Core API

This app uses AspNet Core to create a Web API that authenticates users and stores their game scores and user information in a SQL Database. Postman has been used to verify all the HTTP requests perform the correct operations on the requested resources. Unit tests can be found in the Memory.Tests folder.