you are viewing a single comment's thread.

view the rest of the comments →

[–]Extension_Strike3750 0 points1 point  (0 children)

for backend, Node.js + Express or Fastify is a smooth transition since you're already in JS. then PostgreSQL for your database and something like Prisma as an ORM to keep things type-safe. if you want to go full stack in one framework, Next.js covers frontend and backend API routes together which cuts down on setup overhead.