Simple demonstration on using MongoDB with Express on Vercel.
git clone https://github.com/ncryptsion/vercel-mongodb.git
npm install
pnpm install
- Replace the MongoDB url in the
mongodb.jsfrom modules directory. - Change or Populate the given database and collection in
index.js.
node index.js
This project is distributed under MIT License