simple crud rest-api using express, postgres, prisma, typescript

configured with eslint, prettier and typescript 🔰

Endpoints

Installation

npm install

or

yarn

How to run

Run the following command to start server in development mode.

npm run start

To start development server in watchmode, run the following command.

nodemon

to build a production bundle

npm run start:prod