Lars Wächter

Lars Wächter

This is my personal blog where I mostly write about technical or computer science based topics. Check out my GitHub profile too.

Writing & organizing Node.js API Tests the right way

November 22, 2022

An architecture for writing and organizing your Unit & Integration Tests for Node.js REST APIs using Jest, Supertest & Chai.

How I structure my Node.js REST APIs

October 03, 2018

A Node.js folder structure that fits my needs. Structuring and organizing Node.js REST APIs with a component-based architecture.