What's the best way to make projects? Should I make the backend and everything in Next.js, or create another repo for the backend and write it there?
I don’t have any plans to write a backend in another language. I’m still using js/ts, but I’ve seen a lot of people make separate repos for the backend and frontend with Next.js, so I’m confused. Should I make separate repos or do everything in one Next.js folder