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

https://github.com/paradoxinversion/nextjs-mongodb

A simple nextjs + mongodb example
https://github.com/paradoxinversion/nextjs-mongodb

Last synced: 9 months ago
JSON representation

A simple nextjs + mongodb example

Awesome Lists containing this project

README

          

# NextJS + MongoDB

This is a small repo showing how to use MongoDB with NextJS.

## Getting Started

Install dependencies with `yarn install`.

Have your mongodb uri ready, whether it's local or remote and add it to `.env.local` in your root directory, under the entry `DATABASE_URI=`.

## Running

```
yarn dev
```