You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ This is my Express + TypeScript + Prisma starter template.
7
7
- Prisma
8
8
- ESLint
9
9
- Prettier
10
-
- ts-node-dev
10
+
- Jest
11
+
- SuperTest
11
12
12
13
## Usage
13
14
@@ -29,7 +30,7 @@ yarn prisma:init
29
30
DATABASE_URL=****************
30
31
```
31
32
32
-
[Prisma Document](https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch-typescript-postgres) (Start from scratch)
33
+
Please refer to [prisma document](https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch/relational-databases/connect-your-database-typescript-postgres) (Connect your database).
0 commit comments