MyOnlineStore / public-api-docs

MyOnlineStore public API documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyOnlineStore API Specification

Test Deploy

Links

Development

Setup

  • Install Docker
    • Alternative: install npm
  • Run cp docker-compose.dist.yml docker-compose.yml
  • Run make initialize
  • Run make run build-dev

Usage

  • make run clean: Clear build output
  • make run build: Build new content for gp-pages
  • make run test: Validate swagger specification
  • make start: Run preview server
  • make install : Install additional npm packages
  • make rebuild: Apply docker container changes

Deployment

Deployment is done automatically (by Travis) upon pushing changes to master

About

MyOnlineStore public API documentation

License:MIT License


Languages

Language:HTML 36.4%Language:CSS 30.5%Language:JavaScript 26.6%Language:Makefile 4.9%Language:Dockerfile 1.7%