Skip to content

onaio/express-server

Repository files navigation

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