对微服务Api的实践

资料

Test-Driven-Development for building APIs in Node.js and Express

说明:针对的express框架如何开展tdd的步骤。

Testing Node and Express

说明:使用express的crud操作阐述tdd过程。

Test Driven Development with Node, Postgres, and Knex (Red/Green/Refactor)

说明:详细使用Red/Green/Refactor的原则的crud操作阐述tdd过程。

其他参考:

BDD/TDD development from scratch with node.js/express

Building Node.js REST API with Express.js, MongoDB & TDD – Tutorial

TDD: Testing NodeJS and React with Mocha, Chai, Sinon and Enzyme

Node Express TDD with RESTful API in Intellij

Test-driven Development of Node.js APIs

Express Routes: A TDD Approach

Using Test-Driven Development for Microservices (Lex)

Last updated