/user-api

Basic account creation and management API built with hapi

Primary LanguageJavaScript

User API

Build StatusCoverage Status

An API built primarily using the hapi ecosystem, along with a JWT authentication plugin called jot.

The API has endpoints for simple user creation and maintenance, as well as token generation and revocation.

Setup

  1. npm install
  2. Create .env file using the Development Environment Variables section below
  3. foreman start or nf start

Development Environment Variables

DATABASE_URL=postgres://...
NODE_ENV=development