I need to build a virtual trading website for a client. I'm considering Next.js for the frontend but can't decide whether to use FastAPI or Django as the backend.
I'll use PostgreSQL for the database.
Also, there will be a Mobile version of the website using Flutter. It needs to be able to connect with the backend.
Any advice is greatly appreciated.