Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 246 Bytes

File metadata and controls

26 lines (17 loc) · 246 Bytes

Description

Primsa with Mongodb repository.

Installation

$ yarn install

Generate prisma schema

$ npx prisma generate

Running the app

# development
$ yarn dev

# production mode
$ yarn start