Node Api Boilerplate

screenshot of Node Api Boilerplate
express

Node Api Boilerplate

DDD/Clean Architecture inspired boilerplate for Node web APIs

Overview:

This project is a starting point for developing a scalable web API using Node and TypeScript. It follows layered architecture, Clean Architecture, and Domain-Driven Design principles. The project is designed to be extensible and flexible, allowing customization according to team needs and preferences. The current version is still in beta and may have some abstractions that will change or missing features. Contributions from the community are welcome.

Features:

  • Scalable web API development with Node and TypeScript
  • Follows layered architecture, Clean Architecture, and Domain-Driven Design principles
  • Extensible and flexible design for customization according to team needs and preferences
  • Beta version with potential changes and missing features
  • Open to community contributions
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.