Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 427 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 427 Bytes

Generic-api

A generic API server structure. Will work well with Generic-web project to create a fully functional authentication web application.

Stack:

  • Node.js
  • Typescript
  • Express
  • Bookshelf + Knex

Features:

  • Clustering to increase throughput
  • ORM/DB agnostic repository data access layer
  • HTTP bearer tokens for logged in users
  • Environment variable checking functionality
  • Type checking with Typescript 2.0