v2xnetwork / typescript-express-typeorm-boilerplate

A NodeJs boilerplate with Typescript, TypeORM, ExpressJs & Mocha.
MIT License
25 stars 10 forks source link
mocha nodejs typeorm typescript

Typescript Express Typeorm Boilerplate

Build Status

Requirements

Instructions

Testing

API

Documentation

Coming soon...

Authentication

We use JWT Bearer authentication. To get a authentication token, send a POST request to /api/login` with a valid email & password. You'll receive the token in response.

To authenticate further requests, set HTTP header Authorization to Bearer <auth-token> in http request.