DEV Community

Discussion on: Bulletproof node.js project architecture 🛡️

Collapse
 
xout profile image
xout • Edited

You have a typo:

export default class UserService() {

should be

export default class UserService {

Very useful article!
Exactly what I was looking for.

You could also link some of your project with those patterns, I think it would help wrap reader's head around it.

Collapse
 
santypk4 profile image
Sam

Thanks for noticing that!

There is a link to an example project with the patterns implemented, you can check it out here github.com/santiq/bulletproof-nodejs