Skip to content
/ apiapi Public

Combine multiple api responses to a single data model

License

Notifications You must be signed in to change notification settings

lab9k/apiapi

Repository files navigation

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.

Releases

No releases published

Packages

No packages published