Wednesday 19 September 2018

How to boilerplate/bootstrap a REST API on NodeJS

Hi.​I'm about to start a new NodeJS project for building a REST API. Which boilerplate/bootstrap code do you recommend me looking into for setting the project up?​I need something like Swagger/OpenAPI, and I need to be able to implement a test driven development workflow so testing (with database mocking etc) will be important. Also, I'll be building the API on top of a PostreSQL server. The API will be run in Docker.

Submitted September 19, 2018 at 12:28PM by kenneho

No comments:

Post a Comment