Skip to content

Latest commit

 

History

History

api

Clean Architecture for node.js projects using fastify and prisma

src
│   main.ts         # Application entry point\
└───controllers     # route controllers for all the endpoints of the app
└───middlewares     # route middleware
└───prisma          # here lies prisma schema and migrations
└───types           # Type declaration files (d.ts) for Typescript