Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 875 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 875 Bytes

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.