September 9, 2022
Structuring APIs and unit tests in Express
Introduction to Structuring APIs and unit tests in Express This tech bite will show you how to structure your JavaScript back-end code in such a way it is easier to search through, modular, scalable, and allows for writing unit tests. Writing APIs using Express.js initially seems quick and easy: it’s…