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

Instrument Django in our Back-end #16

Closed FreakyNobleGas closed 9 months ago

FreakyNobleGas commented 10 months ago

Django is a web-framework that gives us a MVC architecture in the backend, very similar to Rails. From a high level, this framework gives us a very ergonomical way to interact with the database and create APIs.

If we find that Django doesn't feel very great to use, we should look into different solutions.

https://www.djangoproject.com/