Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 262 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 262 Bytes

Webalytic/api-gateway

Service provide all Webalytic API:

  • CoreReporting API
  • Management API

Package.json scripts

# Start HTTP server 
yarn start

# Run test integration
yarn test

# Check EsLint
yarn lint

# Check TypeScript
yarn ts-check