npm install
npm run dev
# or
yarn
yarn devIn the case of MongoDB Atlas, it should be a string like this:
mongodb+srv://<username>:<password>@my-project-abc123.mongodb.net/test?retryWrites=true&w=majority
For more details, follow this MongoDB Guide on how to connect to MongoDB.
Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):
cp .env.local.example .env.localThen set each variable on .env.local:
MONGODB_URIshould be the MongoDB connection string you got from step 1.
npm install
npm run dev
# or
yarn install
yarn devDeploy it to the cloud with Vercel (Documentation).