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

https://github.com/nuxt/nuxt-services-experimental

[WIP] Around realtime services for Nuxt 3
https://github.com/nuxt/nuxt-services-experimental

Last synced: 3 months ago
JSON representation

[WIP] Around realtime services for Nuxt 3

Awesome Lists containing this project

README

          

# nuxt-services

> Example of services features for Nuxt 3.

## Setup

```
yarn install
```

Make sure to have [MongoDB](https://www.mongodb.com) installed and running on your machine.

## Development

```
yarn dev
```

## Production

```
yarn build
yarn start
```