Skip to content

Latest commit

 

History

History
 
 

node-prisma-mysql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Node Prisma Typescript MySQL

This project shows the use of Prisma in a Node.js application with Typescript.

Prerequisites

  • Node.js 12.2+
  • Yarn or NPM
  • MySQL 5.6+

Installation

  • Install dependencies
yarn install
  • Start Application
yarn start

The application will be launched by Nodemon so it's will restart automatically on file change