This repo is a tutorial repo for my article: Typesafe your node project end-to-end with Typescript, express and prisma ORM
Steps to run the server:
//install node_modules
> npm i
// use this command to run the server in dev environment using nodemon
> npm run dev
//use this command to run server by building it into dist folder
> npm start
View article to know more about the tutorial