sudo npx express-generator --no-view api-tdd
You can find more information about express-generator in this link link
sudo npm install -D jest
jest is a JavaScript testing framework. More information here
sudo npm install -D supertest
supertest is a library for testing HTTP. More information here
sudo npm install -D http-errors
library to handle http errors. More information here
npm test