Wolfinbarger / game-recommender

A full-stack web app that helps you discover awesome games to play with your friends or solo.
0 stars 0 forks source link

Add User Model #20

Open FreakyNobleGas opened 9 months ago

FreakyNobleGas commented 9 months ago

We should create a User model that allows a user to save their games, wishlists, and other functionality. We'll want to decide if this should be multiple tables in our DB. We'll probably want to create the API as a separate issue since we need to determine what information the client needs and how we can do authentication.