/express-server

An optional express server backend for Reveal Fronted

Primary LanguagePythonApache License 2.0Apache-2.0

Express Server

Coverage Status

A generic tiny backend express server, Helps add support for oauth Authorization code flow to a react web app

Getting started

First, copy the included .env.sample into .env

cp .env.sample .env

Next install packages using yarn, transpile the typescript files and then start the app:

yarn
yarn tsc && yarn start

For development, you can use

yarn dev

Testing

yarn test