LAMaglan / FinalFantasyFast

Simple microservice that displays data of select characters, monsters, and games from the Final Fantasy series
0 stars 0 forks source link

Select/filter single character/monster: backend or frontend? #8

Closed LAMaglan closed 3 months ago

LAMaglan commented 3 months ago

More familiar with python, so in that sense, makes more sense to create a FastAPI endpoint that does this. And then make a call to that endpoint from frontend (with any necessary additional processing)