Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

RoundTrip MicroService Framework

Notifications You must be signed in to change notification settings

RideRoundTrip/roundtrip-micro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoundTrip MicroService Framework

Requirements

  • Node >=8.3.0

Features

  • Fully tested
  • Serve using Micro Framework
  • Token management
  • Environment config using .env file
  • Includes Node Fetch package to make HTTP requests
  • Logging using Winston.
  • Logger integration with Sentry.

Available Environment Variables

# General Server Config
NODE_ENV=development
PORT=1337

# Token Management Config
SKIP_AUTHORIZATION=
AUTH_TOKEN=

# Logging Config
LOG_FILE=/tmp/micro.log
SENTRY_DSN=https:<>@sentry.io/1