Next.js Discord

Discord Forum

Backend solution for next.js

Unanswered
English Lop posted this in #help-forum
Open in Discord
Avatar
English LopOP
I'm about to have a a web dev competition in two weeks and don't know how to make backend in next.js (admin panel, something like blog for example). What tech stack is commonly used for building backend in next.js? Is express with mongodb a good solution? Also, what libraries are commonly used?

4 Replies

Avatar
Netherland Dwarf
Honestly, you should be able to do it all with next.js
For the auth & database, I recommend using something like supabase
Those two should you set
Avatar
English LopOP
okay, thanks a lot