Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit aab7136

Browse files
author
yona3
committed
📝 Update README.md
1 parent 658098d commit aab7136

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ This is my Express + TypeScript + Prisma starter template.
77
- Prisma
88
- ESLint
99
- Prettier
10-
- ts-node-dev
10+
- Jest
11+
- SuperTest
1112

1213
## Usage
1314

@@ -29,7 +30,7 @@ yarn prisma:init
2930
DATABASE_URL=****************
3031
```
3132

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).
3334

3435
4. prisma migrate
3536

@@ -43,13 +44,19 @@ yarn prisma:migrate
4344
yarn dev
4445
```
4546

46-
6. build
47+
6. test
48+
49+
```
50+
yarn test
51+
```
52+
53+
7. build
4754

4855
```
4956
yarn build
5057
```
5158

52-
7. start server
59+
8. start server
5360

5461
```
5562
yarn start

0 commit comments

Comments
 (0)