An Express REST API Starter Template

Per Jonsson
Aug 24, 2021

In my resouce quest for starter-kit REST API:s, I’ve created one myself that can be used as a template: https://github.com/perjo927/express-api-starter.

It comes with close to 100% unit test coverage, linting & formatting, CI/CD setup, logging, passport/JWT auth and is Docker ready!

There is also a test client and some default routes.

Optionally, there is a Firebase integration.

--

--