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
- Host: GitHub
- URL: https://github.com/nmyvision/jsonserver-nuxt
- Owner: NMyVision
- Created: 2018-02-26T04:09:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:37:12.000Z (over 3 years ago)
- Last Synced: 2025-06-12T11:37:38.133Z (about 1 year ago)
- Language: JavaScript
- Size: 1.83 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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)