How to integrate MongoDb in your Next.js project
Creating a Next.js Project
Initialise a Next.js project with npx.
npx create-next-app nextjs-mongodb --typescript
Thats it! Just open up your project in your favourite code editor.
Run the dev server
yarn dev
Over to http://localhost:3000, w...
undefinedzack.hashnode.dev3 min read