Skip to content

bearddan2000/nodejs-web-api-expressjs-prisma-sqlserver-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-web-api-expressjs-prisma-sqlserver-simple

Description

A POC for ORM prisma database pull from existing table dog.

Tech stack

  • express
  • typescript
  • prisma
  • mssql

Docker stack

  • node:latest
  • mcr.microsoft.com/mssql/server:2017-latest-ubuntu

To run

sudo ./install.sh -u curl -i localhost/dog

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit