Skip to content

Instantly share code, notes, and snippets.

@swdream
Created August 3, 2023 10:48
Show Gist options
  • Select an option

  • Save swdream/dd5f7a63547aa6b3cc88d3f4852be31e to your computer and use it in GitHub Desktop.

Select an option

Save swdream/dd5f7a63547aa6b3cc88d3f4852be31e to your computer and use it in GitHub Desktop.

Revisions

  1. swdream created this gist Aug 3, 2023.
    10 changes: 10 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    # https://www.prisma.io/blog/nestjs-prisma-rest-api-7D056s1BmOL0

    # install
    npm install -D prisma

    # initilize
    npx prisma init

    # run migrate
    npx prisma migrate dev --name "init"