DEV Community

Cover image for Use this template to create a backend with nodejs + express + prisma + typescript + tdd + S.O.L.I.D Principles
Dedaldino Daniel
Dedaldino Daniel

Posted on • Updated on

Use this template to create a backend with nodejs + express + prisma + typescript + tdd + S.O.L.I.D Principles

Nowadays we don't want to waste so much time configuring so many things when starting an application, for nodejs backend devs this has been an annoying case for me, so this template is already configured and with a fantastic folder structure and ready to use.

Take a look at the technologies used in the project or template:

  1. Nodejs
  2. Express
  3. Prisma
  4. Typescript
  5. Jest + Supertest
  6. S.O.L.I.D Principles

See what the project folder structure looks like:

Image description

Here is the template link for you to use as you wish, you can contribute your ideas, as the project is open-source: Template

Top comments (0)