#databases
Read more stories on Hashnode
Articles with this tag
Introduction In this article we will learn about how we can connect mongodb to our next.js project. I am assuming you know how to setup next.js...
In Next.js, each API route runs as a separate serverless function or lambda function. This is different from a traditional Express.js application,...