Skip to content

an API micro service built on top of micro-image

Notifications You must be signed in to change notification settings

abhijitkini/micro-api

 
 

Repository files navigation

micro-api

API for simple nodejs micro service that expose two routes / & /info!!!

Environmental variables

  • API_PORT: To run on a specified port (default: 3001).
  • LOG_LEVEL: Specifies log level for winston console (silly, debug, verbose, info, warn, error). This micro service uses info and error messages only.
  • SHUD_LOG_TO_FILE: true or false, specifies whether to save logs to logs.log

About

an API micro service built on top of micro-image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.6%
  • Shell 9.4%