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

https://github.com/nmyvision/jsonserver-nuxt

Opinionated version of JsonServer. Add new features to handle multiple LowDB databases
https://github.com/nmyvision/jsonserver-nuxt

Last synced: 3 months ago
JSON representation

Opinionated version of JsonServer. Add new features to handle multiple LowDB databases

Awesome Lists containing this project

README

          

# jsonserver-nuxt

> [ExpressJS](http://expressjs.com/) + [Nuxt.js](https://nuxtjs.org) + [JsonServer](https://github.com/typicode/json-server) = :zap:

Nuxt/ExpressJS powered site with data, api provided by a custom version of JsonServer.

### TO-DO
- [x] built in support for adding databases/api routes on the fly
- [x] add Keys parameter to API to allow change object properties
- [ ] UI to support adding databases/api
- [ ] store implementation
- [ ] built in basic auth support

## Build Setup

``` bash
# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm start
```

For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).

## Backpack

We use [backpack](https://github.com/palmerhq/backpack) to watch and build the application, so you can use the latest ES6 features (module syntax, async/await, etc.).

## Documentation

- [ExpressJS](https://expressjs.com/en/guide/routing.html)
- [Nuxt.js](https://nuxtjs.org/guide/)
- [Vue.js](https://vuejs.org/guide/)
- [JsonServer](https://github.com/typicode/json-server)