Skip to content

jonathankeebler/workwellcafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WorkWell Cafe Seat Registration

The seat registration system behind the WorkWell Cafe.

Requirements

  • node.js 6.10 (to match AWS Lambda)
  • AWS credentials configured in your shell
  • Auth0 config variables in your shell
export AUTH0_CLIENT_ID='REPLACE_ME';
export AUTH0_CLIENT_SECRET='REPLACE_ME';
export AUTH0_DOMAIN='workwellcafe.auth0.com';

Installation

npm install serverless -g # If you don't have it installed globally
npm install

Running locally

node index.js

Deployment

serverless deploy

Credit

Maintainer: Jonathan Keebler