gbdev / homebrewhub

A digital repository of of homebrews, patches, hackroms for old consoles. Provides community submission, tagging and rating features.
https://hh.gbdev.io
GNU General Public License v3.0
44 stars 9 forks source link

Upgrade backend to serve a properly documented API #66

Closed avivace closed 2 years ago

avivace commented 2 years ago

Atm, the server rendered pages are quite mixed with the JSON API routes. Frontend and backend should be clearly split.

Possible stack for the new backend:

avivace commented 2 years ago

New backend is on Django-restful