Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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