An open API service indexing awesome lists of open source software.

https://github.com/doemser/mongodb-sandbox

For prototyping backends with mongoose and next.js.
https://github.com/doemser/mongodb-sandbox

Last synced: 3 months ago
JSON representation

For prototyping backends with mongoose and next.js.

Awesome Lists containing this project

README

          

# MongoDB Sandbox

## 1. Install dependencies

```bash
npm install
```

## 2. Environmental Variable

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

## 3. Start Development Server

```bash
npm run dev
```

## 4. Prototype Backend stuff.