ryanwalters / user-api

Basic account creation and management API built with hapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Basic account creation and management API built with hapi


Languages

Language:JavaScript 100.0%