/apiapi

Combine multiple api responses to a single data model

Primary LanguageVueEuropean Union Public License 1.2EUPL-1.2

Build Status

apiapi

This is some sort of an api manager, which dynamically combines data from different api's. now the api expects to return data in a set structure, the goal of this project is to structure the returned data dynamically (more "configurable") as well.

Dependencies

Build Setup

# install dependencies
$ npm run install

# start Redis

# start MongoDB

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

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

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.