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

Create GET API Endpoint to Return All Video Games #11

Closed FreakyNobleGas closed 10 months ago

FreakyNobleGas commented 10 months ago

In our API, we should create a GET endpoint to return a list of all video games in our database. We'll probably want to keep this initial implementation simple, so just returning a string of the title should suffice. Later on we can start to think about images, descriptions, etc.

If we don't have the DB setup while implementing this, we can create a fake blob of data in the API for now. If we need to use fake data, lets create another issue to remove the fake data and plumb in the real data.