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

https://github.com/mbj36/nextjs-demo

nextjs demo using custom server, express, mongoose
https://github.com/mbj36/nextjs-demo

javascript nextjs server-side-rendering

Last synced: 2 months ago
JSON representation

nextjs demo using custom server, express, mongoose

Awesome Lists containing this project

README

        

## nextjs demo

Demo using express, mongoose

```
yarn install
```

### ENV file

```
Add a env file with mongodb url
```

### Running it locally

```
yarn server
```