Skip to content

Instantly share code, notes, and snippets.

View davodey's full-sized avatar

David ODey davodey

View GitHub Profile
const express = require("express"),
bodyParser = require("body-parser"),
cors = require("cors"),
{ auth } = require('express-openid-connect'),
EventEmitter = require('events'),
BASE_URL = process.env.BASE_URL || "http://localhost:5000",
PORT = process.env.PORT || 5000,
server = express(),
router = express.Router(),