jebidiah252 / usu-gdsf

1 stars 8 forks source link

MockDB CRUD Operations for User, Game, and Ratings (w/ unit tests). Fixed Node.js build step failure in GitHub Actions. #54

Closed jf-horton closed 2 years ago

jf-horton commented 2 years ago

MockDB operations added:

CreateGame UpdateGame DeleteGame

GetAllUsers GetUserById GetUserByRole CreateUser UpdateUser DeleteUser

GetRatingByID GetRatingsByGame GetRatingsByUser CreateRating DeleteRating DeleteRatingsByGame UpdateRating

added unit tests for the functions above as well


Node.js GH Actions Issue:

Copied the instructor's code in .github/workflows/node.js.yml and frontend/package.json to solve the issue