Skip to content

Commit 9cefa44

Browse files
authored
Merge pull request #29 from Visitha2001/development
Development
2 parents 3d4c9ea + c53393b commit 9cefa44

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

readme.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,32 @@
11
# ⚙️ Setup
2-
32
## eslint installation
43
```bash
54
npm i eslint @eslint/js prettier eslint-config-prettier eslint-plugin-prettier -D
65
```
7-
86
## drizzle installation
97
```bash
108
npm i @neondatabase/serverless drizzle-orm
119
```
12-
1310
## drizzle kit installation
1411
```bash
1512
npm i -D drizzle-kit
1613
```
17-
1814
## winston installation
1915
```bash
2016
npm i winston
2117
```
22-
2318
## helmet installation
2419
```bash
2520
npm i helmet
2621
```
27-
2822
## morgan installation
2923
```bash
3024
npm i morgan
3125
```
32-
3326
## cors. cookie-parser installation
3427
```bash
3528
npm i cors cookie-parser
3629
```
37-
3830
## jsonwebtoken and bcrypt installation
3931
```bash
4032
npm i jsonwebtoken bcrypt
@@ -48,6 +40,20 @@ npm run db:generate
4840
npm run db:migrate
4941
```
5042

43+
# ⚙️ testing
44+
## jest installation
45+
```bash
46+
npm i jest @types/jest -D
47+
```
48+
## supertest installation
49+
```bash
50+
npm i supertest @types/supertest -D
51+
```
52+
## jest configuration
53+
```bash
54+
npx jest --init
55+
```
56+
5157
# ⭐ run this project
5258
## dev env
5359
```bash

0 commit comments

Comments
 (0)