Node.js template for building apps using DDD written in TypeScript
Heavily inspired by
- https://github.com/talyssonoc/node-api-boilerplate (which inspired this: https://github.com/asyrafduyshart/node-clean-architecture)
- https://github.com/joshuaalpuerto/node-ddd-boilerplate
- Node.js (=> v20 LTS, version 18 might work as well)
Run npm run build
and npm run start
To build and run the application at once, you can use
npm run serve
The application uses Node's internal Test Runner
Run npm test