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

Initialize Python API #4

Closed FreakyNobleGas closed 10 months ago

FreakyNobleGas commented 10 months ago

To get started on development, we'll want to initialize the Python API. It's probably worth doing some up front research on which API solution we end up going with. Flask is always a great goto and used in lots of production environments.

Additionally, we should document any steps for setting up the API and links to helpful documentation.