/MongoDB-Sandbox

For prototyping backends with mongoose and next.js.

Primary LanguageJavaScript

MongoDB Sandbox

1. Install dependencies

npm install

2. Environmental Variable

Create an .env.local file and add your MONGODB_URI.

3. Start Development Server

npm run dev

4. Prototype Backend stuff.