geek-custom-api-core 0.0.18 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.history/README_20250313183142.md +119 -0
- package/.history/README_20250315235344.md +123 -0
- package/.history/README_20250325115950.md +133 -0
- package/.history/README_20250325120020.md +132 -0
- package/.history/{package_20250217173242.json → package_20250315235248.json} +1 -1
- package/.history/{package_20250217174916.json → package_20250319152841.json} +1 -1
- package/.history/{package_20250217181559.json → package_20250319153851.json} +1 -1
- package/.history/package_20250325120848.json +94 -0
- package/.history/package_20250325120849.json +94 -0
- package/.history/sql/0.0.25_20250316004449.sql +0 -0
- package/.history/sql/0.0.25_20250316004453.sql +40 -0
- package/README.md +5 -1
- package/dist/api/app/curation-card/curation-card.admin.controller.d.ts +23 -0
- package/dist/api/app/curation-card/curation-card.admin.controller.js +145 -0
- package/dist/api/app/curation-card/curation-card.admin.controller.js.map +1 -0
- package/dist/api/app/curation-card/curation-card.controller.d.ts +8 -0
- package/dist/api/app/curation-card/curation-card.controller.js +49 -0
- package/dist/api/app/curation-card/curation-card.controller.js.map +1 -0
- package/dist/api/app/curation-card/curation-card.module.d.ts +2 -0
- package/dist/api/app/curation-card/curation-card.module.js +23 -0
- package/dist/api/app/curation-card/curation-card.module.js.map +1 -0
- package/dist/api/app/curation-card/curation-card.service.d.ts +20 -0
- package/dist/api/app/curation-card/curation-card.service.js +193 -0
- package/dist/api/app/curation-card/curation-card.service.js.map +1 -0
- package/dist/api/app/curation-card/dto/curation-product-display.insert.dto.d.ts +5 -0
- package/dist/api/app/curation-card/dto/curation-product-display.insert.dto.js +33 -0
- package/dist/api/app/curation-card/dto/curation-product-display.insert.dto.js.map +1 -0
- package/dist/api/app/curation-card/dto/curation-product.insert.dto.d.ts +4 -0
- package/dist/api/app/curation-card/dto/curation-product.insert.dto.js +7 -0
- package/dist/api/app/curation-card/dto/curation-product.insert.dto.js.map +1 -0
- package/dist/api/app/curation-card/dto/curation.insert.dto.d.ts +30 -0
- package/dist/api/app/curation-card/dto/curation.insert.dto.js +150 -0
- package/dist/api/app/curation-card/dto/curation.insert.dto.js.map +1 -0
- package/dist/api/app/curation-card/dto/curation.search.dto.d.ts +8 -0
- package/dist/api/app/curation-card/dto/curation.search.dto.js +49 -0
- package/dist/api/app/curation-card/dto/curation.search.dto.js.map +1 -0
- package/dist/api/app/curation-card/dto/curation.update.dto.d.ts +4 -0
- package/dist/api/app/curation-card/dto/curation.update.dto.js +24 -0
- package/dist/api/app/curation-card/dto/curation.update.dto.js.map +1 -0
- package/dist/api/app/curation-card/entity/curation-product-display.entity.d.ts +9 -0
- package/dist/api/app/curation-card/entity/curation-product-display.entity.js +50 -0
- package/dist/api/app/curation-card/entity/curation-product-display.entity.js.map +1 -0
- package/dist/api/app/curation-card/entity/curation-product.entity.d.ts +7 -0
- package/dist/api/app/curation-card/entity/curation-product.entity.js +38 -0
- package/dist/api/app/curation-card/entity/curation-product.entity.js.map +1 -0
- package/dist/api/app/curation-card/entity/curation.entity.d.ts +23 -0
- package/dist/api/app/curation-card/entity/curation.entity.js +150 -0
- package/dist/api/app/curation-card/entity/curation.entity.js.map +1 -0
- package/dist/common/auth/strategy/accessToken.strategy.js +9 -4
- package/dist/common/auth/strategy/accessToken.strategy.js.map +1 -1
- package/dist/common/enum/enum.d.ts +6 -0
- package/dist/common/enum/enum.js +8 -1
- package/dist/common/enum/enum.js.map +1 -1
- package/dist/index.d.ts +12 -0
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/sql/curation.sql +40 -0
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="200" alt="Nest Logo" /></a>
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
|
|
6
|
+
[circleci-url]: https://circleci.com/gh/nestjs/nest
|
|
7
|
+
|
|
8
|
+
<p align="center">A progressive <a href="http://nodejs.org" target="_blank">Node.js</a> framework for building efficient and scalable server-side applications.</p>
|
|
9
|
+
<p align="center">
|
|
10
|
+
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/v/@nestjs/core.svg" alt="NPM Version" /></a>
|
|
11
|
+
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/l/@nestjs/core.svg" alt="Package License" /></a>
|
|
12
|
+
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/dm/@nestjs/common.svg" alt="NPM Downloads" /></a>
|
|
13
|
+
<a href="https://circleci.com/gh/nestjs/nest" target="_blank"><img src="https://img.shields.io/circleci/build/github/nestjs/nest/master" alt="CircleCI" /></a>
|
|
14
|
+
<a href="https://coveralls.io/github/nestjs/nest?branch=master" target="_blank"><img src="https://coveralls.io/repos/github/nestjs/nest/badge.svg?branch=master#9" alt="Coverage" /></a>
|
|
15
|
+
<a href="https://discord.gg/G7Qnnhy" target="_blank"><img src="https://img.shields.io/badge/discord-online-brightgreen.svg" alt="Discord"/></a>
|
|
16
|
+
<a href="https://opencollective.com/nest#backer" target="_blank"><img src="https://opencollective.com/nest/backers/badge.svg" alt="Backers on Open Collective" /></a>
|
|
17
|
+
<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://opencollective.com/nest/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a>
|
|
18
|
+
<a href="https://paypal.me/kamilmysliwiec" target="_blank"><img src="https://img.shields.io/badge/Donate-PayPal-ff3f59.svg"/></a>
|
|
19
|
+
<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://img.shields.io/badge/Support%20us-Open%20Collective-41B883.svg" alt="Support us"></a>
|
|
20
|
+
<a href="https://twitter.com/nestframework" target="_blank"><img src="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow"></a>
|
|
21
|
+
</p>
|
|
22
|
+
<!--[](https://opencollective.com/nest#backer)
|
|
23
|
+
[](https://opencollective.com/nest#sponsor)-->
|
|
24
|
+
|
|
25
|
+
## Description
|
|
26
|
+
|
|
27
|
+
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
|
|
28
|
+
|
|
29
|
+
## Installation
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
$ npm install
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Version up history
|
|
36
|
+
|
|
37
|
+
Ver. 0.0.8
|
|
38
|
+
|
|
39
|
+
- [FEAT] 상품 공통 정보
|
|
40
|
+
- [FEAT] 실시간 검색 순위
|
|
41
|
+
- [FIX] 에러 로그, IP 추가
|
|
42
|
+
|
|
43
|
+
Ver. 0.0.7
|
|
44
|
+
|
|
45
|
+
- [HOTFIX] Shop Middleware set partner sno
|
|
46
|
+
- Add Survey Module
|
|
47
|
+
- SurveyModule
|
|
48
|
+
- How to use
|
|
49
|
+
- app.module.ts
|
|
50
|
+
```
|
|
51
|
+
imports SurveyModule
|
|
52
|
+
```
|
|
53
|
+
- main.ts > set SwaggerModule
|
|
54
|
+
```
|
|
55
|
+
include SurveyModule
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
Ver. 0.0.6
|
|
59
|
+
|
|
60
|
+
- [HOTFIX] Add ShopBy Server Api ByPass Logic
|
|
61
|
+
- export shop-manager entity, dto, service, controller
|
|
62
|
+
|
|
63
|
+
Ver. 0.0.5
|
|
64
|
+
|
|
65
|
+
- [HOTFIX] Modify Admin Authorization check
|
|
66
|
+
|
|
67
|
+
Ver. 0.0.4
|
|
68
|
+
|
|
69
|
+
- export entity, dto, service
|
|
70
|
+
|
|
71
|
+
Ver. 0.0.3
|
|
72
|
+
|
|
73
|
+
- export CommonEntity
|
|
74
|
+
|
|
75
|
+
Ver. 0.0.2
|
|
76
|
+
|
|
77
|
+
- 매거진 API 추가
|
|
78
|
+
- 댓글 API 추가
|
|
79
|
+
- Exception stack trace 추가
|
|
80
|
+
- export code service
|
|
81
|
+
|
|
82
|
+
## Running the app
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
# development
|
|
86
|
+
$ npm run start
|
|
87
|
+
|
|
88
|
+
# watch mode
|
|
89
|
+
$ npm run start:dev
|
|
90
|
+
|
|
91
|
+
# production mode
|
|
92
|
+
$ npm run start:prod
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
## Test
|
|
96
|
+
|
|
97
|
+
```bash
|
|
98
|
+
# unit tests
|
|
99
|
+
$ npm run test
|
|
100
|
+
|
|
101
|
+
# e2e tests
|
|
102
|
+
$ npm run test:e2e
|
|
103
|
+
|
|
104
|
+
# test coverage
|
|
105
|
+
$ npm run test:cov
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
## Support
|
|
109
|
+
|
|
110
|
+
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
|
|
111
|
+
|
|
112
|
+
## Stay in touch
|
|
113
|
+
|
|
114
|
+
- Author - [GeekStudio](https://geekstudio.co.kr)
|
|
115
|
+
- Email - [biz@geekstudio.co.kr](biz@geekstudio.co.kr)
|
|
116
|
+
|
|
117
|
+
## License
|
|
118
|
+
|
|
119
|
+
Nest is [MIT licensed](LICENSE).
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="200" alt="Nest Logo" /></a>
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
|
|
6
|
+
[circleci-url]: https://circleci.com/gh/nestjs/nest
|
|
7
|
+
|
|
8
|
+
<p align="center">A progressive <a href="http://nodejs.org" target="_blank">Node.js</a> framework for building efficient and scalable server-side applications.</p>
|
|
9
|
+
<p align="center">
|
|
10
|
+
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/v/@nestjs/core.svg" alt="NPM Version" /></a>
|
|
11
|
+
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/l/@nestjs/core.svg" alt="Package License" /></a>
|
|
12
|
+
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/dm/@nestjs/common.svg" alt="NPM Downloads" /></a>
|
|
13
|
+
<a href="https://circleci.com/gh/nestjs/nest" target="_blank"><img src="https://img.shields.io/circleci/build/github/nestjs/nest/master" alt="CircleCI" /></a>
|
|
14
|
+
<a href="https://coveralls.io/github/nestjs/nest?branch=master" target="_blank"><img src="https://coveralls.io/repos/github/nestjs/nest/badge.svg?branch=master#9" alt="Coverage" /></a>
|
|
15
|
+
<a href="https://discord.gg/G7Qnnhy" target="_blank"><img src="https://img.shields.io/badge/discord-online-brightgreen.svg" alt="Discord"/></a>
|
|
16
|
+
<a href="https://opencollective.com/nest#backer" target="_blank"><img src="https://opencollective.com/nest/backers/badge.svg" alt="Backers on Open Collective" /></a>
|
|
17
|
+
<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://opencollective.com/nest/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a>
|
|
18
|
+
<a href="https://paypal.me/kamilmysliwiec" target="_blank"><img src="https://img.shields.io/badge/Donate-PayPal-ff3f59.svg"/></a>
|
|
19
|
+
<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://img.shields.io/badge/Support%20us-Open%20Collective-41B883.svg" alt="Support us"></a>
|
|
20
|
+
<a href="https://twitter.com/nestframework" target="_blank"><img src="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow"></a>
|
|
21
|
+
</p>
|
|
22
|
+
<!--[](https://opencollective.com/nest#backer)
|
|
23
|
+
[](https://opencollective.com/nest#sponsor)-->
|
|
24
|
+
|
|
25
|
+
## Description
|
|
26
|
+
|
|
27
|
+
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
|
|
28
|
+
|
|
29
|
+
## Installation
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
$ npm install
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Version up history
|
|
36
|
+
|
|
37
|
+
Ver. 0.0.25
|
|
38
|
+
|
|
39
|
+
- [FEAT] 큐레이션 API
|
|
40
|
+
|
|
41
|
+
Ver. 0.0.8
|
|
42
|
+
|
|
43
|
+
- [FEAT] 상품 공통 정보
|
|
44
|
+
- [FEAT] 실시간 검색 순위
|
|
45
|
+
- [FIX] 에러 로그, IP 추가
|
|
46
|
+
|
|
47
|
+
Ver. 0.0.7
|
|
48
|
+
|
|
49
|
+
- [HOTFIX] Shop Middleware set partner sno
|
|
50
|
+
- Add Survey Module
|
|
51
|
+
- SurveyModule
|
|
52
|
+
- How to use
|
|
53
|
+
- app.module.ts
|
|
54
|
+
```
|
|
55
|
+
imports SurveyModule
|
|
56
|
+
```
|
|
57
|
+
- main.ts > set SwaggerModule
|
|
58
|
+
```
|
|
59
|
+
include SurveyModule
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
Ver. 0.0.6
|
|
63
|
+
|
|
64
|
+
- [HOTFIX] Add ShopBy Server Api ByPass Logic
|
|
65
|
+
- export shop-manager entity, dto, service, controller
|
|
66
|
+
|
|
67
|
+
Ver. 0.0.5
|
|
68
|
+
|
|
69
|
+
- [HOTFIX] Modify Admin Authorization check
|
|
70
|
+
|
|
71
|
+
Ver. 0.0.4
|
|
72
|
+
|
|
73
|
+
- export entity, dto, service
|
|
74
|
+
|
|
75
|
+
Ver. 0.0.3
|
|
76
|
+
|
|
77
|
+
- export CommonEntity
|
|
78
|
+
|
|
79
|
+
Ver. 0.0.2
|
|
80
|
+
|
|
81
|
+
- 매거진 API 추가
|
|
82
|
+
- 댓글 API 추가
|
|
83
|
+
- Exception stack trace 추가
|
|
84
|
+
- export code service
|
|
85
|
+
|
|
86
|
+
## Running the app
|
|
87
|
+
|
|
88
|
+
```bash
|
|
89
|
+
# development
|
|
90
|
+
$ npm run start
|
|
91
|
+
|
|
92
|
+
# watch mode
|
|
93
|
+
$ npm run start:dev
|
|
94
|
+
|
|
95
|
+
# production mode
|
|
96
|
+
$ npm run start:prod
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
## Test
|
|
100
|
+
|
|
101
|
+
```bash
|
|
102
|
+
# unit tests
|
|
103
|
+
$ npm run test
|
|
104
|
+
|
|
105
|
+
# e2e tests
|
|
106
|
+
$ npm run test:e2e
|
|
107
|
+
|
|
108
|
+
# test coverage
|
|
109
|
+
$ npm run test:cov
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
## Support
|
|
113
|
+
|
|
114
|
+
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
|
|
115
|
+
|
|
116
|
+
## Stay in touch
|
|
117
|
+
|
|
118
|
+
- Author - [GeekStudio](https://geekstudio.co.kr)
|
|
119
|
+
- Email - [biz@geekstudio.co.kr](biz@geekstudio.co.kr)
|
|
120
|
+
|
|
121
|
+
## License
|
|
122
|
+
|
|
123
|
+
Nest is [MIT licensed](LICENSE).
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="200" alt="Nest Logo" /></a>
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
|
|
6
|
+
[circleci-url]: https://circleci.com/gh/nestjs/nest
|
|
7
|
+
|
|
8
|
+
<p align="center">A progressive <a href="http://nodejs.org" target="_blank">Node.js</a> framework for building efficient and scalable server-side applications.</p>
|
|
9
|
+
<p align="center">
|
|
10
|
+
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/v/@nestjs/core.svg" alt="NPM Version" /></a>
|
|
11
|
+
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/l/@nestjs/core.svg" alt="Package License" /></a>
|
|
12
|
+
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/dm/@nestjs/common.svg" alt="NPM Downloads" /></a>
|
|
13
|
+
<a href="https://circleci.com/gh/nestjs/nest" target="_blank"><img src="https://img.shields.io/circleci/build/github/nestjs/nest/master" alt="CircleCI" /></a>
|
|
14
|
+
<a href="https://coveralls.io/github/nestjs/nest?branch=master" target="_blank"><img src="https://coveralls.io/repos/github/nestjs/nest/badge.svg?branch=master#9" alt="Coverage" /></a>
|
|
15
|
+
<a href="https://discord.gg/G7Qnnhy" target="_blank"><img src="https://img.shields.io/badge/discord-online-brightgreen.svg" alt="Discord"/></a>
|
|
16
|
+
<a href="https://opencollective.com/nest#backer" target="_blank"><img src="https://opencollective.com/nest/backers/badge.svg" alt="Backers on Open Collective" /></a>
|
|
17
|
+
<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://opencollective.com/nest/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a>
|
|
18
|
+
<a href="https://paypal.me/kamilmysliwiec" target="_blank"><img src="https://img.shields.io/badge/Donate-PayPal-ff3f59.svg"/></a>
|
|
19
|
+
<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://img.shields.io/badge/Support%20us-Open%20Collective-41B883.svg" alt="Support us"></a>
|
|
20
|
+
<a href="https://twitter.com/nestframework" target="_blank"><img src="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow"></a>
|
|
21
|
+
</p>
|
|
22
|
+
<!--[](https://opencollective.com/nest#backer)
|
|
23
|
+
[](https://opencollective.com/nest#sponsor)-->
|
|
24
|
+
|
|
25
|
+
## Description
|
|
26
|
+
|
|
27
|
+
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
|
|
28
|
+
|
|
29
|
+
## Installation
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
$ npm install
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Version up history
|
|
36
|
+
|
|
37
|
+
Ver. 0.0.16
|
|
38
|
+
|
|
39
|
+
- [FIX] 매거진 export 처리
|
|
40
|
+
|
|
41
|
+
Ver. 0.0.10
|
|
42
|
+
Ver. 0.0.25
|
|
43
|
+
|
|
44
|
+
- [FEAT] 큐레이션 API
|
|
45
|
+
|
|
46
|
+
Ver. 0.0.8
|
|
47
|
+
|
|
48
|
+
- [FEAT] 상품 공통 정보
|
|
49
|
+
- [FEAT] 실시간 검색 순위
|
|
50
|
+
- [FIX] 에러 로그, IP 추가
|
|
51
|
+
|
|
52
|
+
Ver. 0.0.9
|
|
53
|
+
|
|
54
|
+
- Fix Survey template bug fix
|
|
55
|
+
|
|
56
|
+
Ver. 0.0.8
|
|
57
|
+
|
|
58
|
+
- [HOTFIX] Shop Middleware set partner sno
|
|
59
|
+
- Add Survey Module
|
|
60
|
+
- SurveyModule
|
|
61
|
+
- How to use
|
|
62
|
+
- app.module.ts
|
|
63
|
+
```
|
|
64
|
+
imports SurveyModule
|
|
65
|
+
```
|
|
66
|
+
- main.ts > set SwaggerModule
|
|
67
|
+
```
|
|
68
|
+
include SurveyModule
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
Ver. 0.0.6
|
|
72
|
+
|
|
73
|
+
- [HOTFIX] Add ShopBy Server Api ByPass Logic
|
|
74
|
+
- export shop-manager entity, dto, service, controller
|
|
75
|
+
- [관리자] 샵바이 ByPass Api 추가 (/app/admin/shopby/server-api)
|
|
76
|
+
|
|
77
|
+
Ver. 0.0.5
|
|
78
|
+
|
|
79
|
+
- [HOTFIX] Modify Admin Authorization check
|
|
80
|
+
|
|
81
|
+
Ver. 0.0.4
|
|
82
|
+
|
|
83
|
+
- export entity, dto, service
|
|
84
|
+
|
|
85
|
+
Ver. 0.0.3
|
|
86
|
+
|
|
87
|
+
- export CommonEntity
|
|
88
|
+
|
|
89
|
+
Ver. 0.0.2
|
|
90
|
+
|
|
91
|
+
- 매거진 API 추가
|
|
92
|
+
- 댓글 API 추가
|
|
93
|
+
- Exception stack trace 추가
|
|
94
|
+
- export code service
|
|
95
|
+
|
|
96
|
+
## Running the app
|
|
97
|
+
|
|
98
|
+
```bash
|
|
99
|
+
# development
|
|
100
|
+
$ npm run start
|
|
101
|
+
|
|
102
|
+
# watch mode
|
|
103
|
+
$ npm run start:dev
|
|
104
|
+
|
|
105
|
+
# production mode
|
|
106
|
+
$ npm run start:prod
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
## Test
|
|
110
|
+
|
|
111
|
+
```bash
|
|
112
|
+
# unit tests
|
|
113
|
+
$ npm run test
|
|
114
|
+
|
|
115
|
+
# e2e tests
|
|
116
|
+
$ npm run test:e2e
|
|
117
|
+
|
|
118
|
+
# test coverage
|
|
119
|
+
$ npm run test:cov
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
## Support
|
|
123
|
+
|
|
124
|
+
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
|
|
125
|
+
|
|
126
|
+
## Stay in touch
|
|
127
|
+
|
|
128
|
+
- Author - [GeekStudio](https://geekstudio.co.kr)
|
|
129
|
+
- Email - [biz@geekstudio.co.kr](biz@geekstudio.co.kr)
|
|
130
|
+
|
|
131
|
+
## License
|
|
132
|
+
|
|
133
|
+
Nest is [MIT licensed](LICENSE).
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="200" alt="Nest Logo" /></a>
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
|
|
6
|
+
[circleci-url]: https://circleci.com/gh/nestjs/nest
|
|
7
|
+
|
|
8
|
+
<p align="center">A progressive <a href="http://nodejs.org" target="_blank">Node.js</a> framework for building efficient and scalable server-side applications.</p>
|
|
9
|
+
<p align="center">
|
|
10
|
+
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/v/@nestjs/core.svg" alt="NPM Version" /></a>
|
|
11
|
+
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/l/@nestjs/core.svg" alt="Package License" /></a>
|
|
12
|
+
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/dm/@nestjs/common.svg" alt="NPM Downloads" /></a>
|
|
13
|
+
<a href="https://circleci.com/gh/nestjs/nest" target="_blank"><img src="https://img.shields.io/circleci/build/github/nestjs/nest/master" alt="CircleCI" /></a>
|
|
14
|
+
<a href="https://coveralls.io/github/nestjs/nest?branch=master" target="_blank"><img src="https://coveralls.io/repos/github/nestjs/nest/badge.svg?branch=master#9" alt="Coverage" /></a>
|
|
15
|
+
<a href="https://discord.gg/G7Qnnhy" target="_blank"><img src="https://img.shields.io/badge/discord-online-brightgreen.svg" alt="Discord"/></a>
|
|
16
|
+
<a href="https://opencollective.com/nest#backer" target="_blank"><img src="https://opencollective.com/nest/backers/badge.svg" alt="Backers on Open Collective" /></a>
|
|
17
|
+
<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://opencollective.com/nest/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a>
|
|
18
|
+
<a href="https://paypal.me/kamilmysliwiec" target="_blank"><img src="https://img.shields.io/badge/Donate-PayPal-ff3f59.svg"/></a>
|
|
19
|
+
<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://img.shields.io/badge/Support%20us-Open%20Collective-41B883.svg" alt="Support us"></a>
|
|
20
|
+
<a href="https://twitter.com/nestframework" target="_blank"><img src="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow"></a>
|
|
21
|
+
</p>
|
|
22
|
+
<!--[](https://opencollective.com/nest#backer)
|
|
23
|
+
[](https://opencollective.com/nest#sponsor)-->
|
|
24
|
+
|
|
25
|
+
## Description
|
|
26
|
+
|
|
27
|
+
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
|
|
28
|
+
|
|
29
|
+
## Installation
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
$ npm install
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Version up history
|
|
36
|
+
|
|
37
|
+
Ver. 0.0.19
|
|
38
|
+
|
|
39
|
+
- [FEAT] 큐레이션 API
|
|
40
|
+
|
|
41
|
+
Ver. 0.0.16
|
|
42
|
+
|
|
43
|
+
- [FIX] 매거진 export 처리
|
|
44
|
+
|
|
45
|
+
Ver. 0.0.8
|
|
46
|
+
|
|
47
|
+
- [FEAT] 상품 공통 정보
|
|
48
|
+
- [FEAT] 실시간 검색 순위
|
|
49
|
+
- [FIX] 에러 로그, IP 추가
|
|
50
|
+
|
|
51
|
+
Ver. 0.0.9
|
|
52
|
+
|
|
53
|
+
- Fix Survey template bug fix
|
|
54
|
+
|
|
55
|
+
Ver. 0.0.8
|
|
56
|
+
|
|
57
|
+
- [HOTFIX] Shop Middleware set partner sno
|
|
58
|
+
- Add Survey Module
|
|
59
|
+
- SurveyModule
|
|
60
|
+
- How to use
|
|
61
|
+
- app.module.ts
|
|
62
|
+
```
|
|
63
|
+
imports SurveyModule
|
|
64
|
+
```
|
|
65
|
+
- main.ts > set SwaggerModule
|
|
66
|
+
```
|
|
67
|
+
include SurveyModule
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
Ver. 0.0.6
|
|
71
|
+
|
|
72
|
+
- [HOTFIX] Add ShopBy Server Api ByPass Logic
|
|
73
|
+
- export shop-manager entity, dto, service, controller
|
|
74
|
+
- [관리자] 샵바이 ByPass Api 추가 (/app/admin/shopby/server-api)
|
|
75
|
+
|
|
76
|
+
Ver. 0.0.5
|
|
77
|
+
|
|
78
|
+
- [HOTFIX] Modify Admin Authorization check
|
|
79
|
+
|
|
80
|
+
Ver. 0.0.4
|
|
81
|
+
|
|
82
|
+
- export entity, dto, service
|
|
83
|
+
|
|
84
|
+
Ver. 0.0.3
|
|
85
|
+
|
|
86
|
+
- export CommonEntity
|
|
87
|
+
|
|
88
|
+
Ver. 0.0.2
|
|
89
|
+
|
|
90
|
+
- 매거진 API 추가
|
|
91
|
+
- 댓글 API 추가
|
|
92
|
+
- Exception stack trace 추가
|
|
93
|
+
- export code service
|
|
94
|
+
|
|
95
|
+
## Running the app
|
|
96
|
+
|
|
97
|
+
```bash
|
|
98
|
+
# development
|
|
99
|
+
$ npm run start
|
|
100
|
+
|
|
101
|
+
# watch mode
|
|
102
|
+
$ npm run start:dev
|
|
103
|
+
|
|
104
|
+
# production mode
|
|
105
|
+
$ npm run start:prod
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
## Test
|
|
109
|
+
|
|
110
|
+
```bash
|
|
111
|
+
# unit tests
|
|
112
|
+
$ npm run test
|
|
113
|
+
|
|
114
|
+
# e2e tests
|
|
115
|
+
$ npm run test:e2e
|
|
116
|
+
|
|
117
|
+
# test coverage
|
|
118
|
+
$ npm run test:cov
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
## Support
|
|
122
|
+
|
|
123
|
+
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
|
|
124
|
+
|
|
125
|
+
## Stay in touch
|
|
126
|
+
|
|
127
|
+
- Author - [GeekStudio](https://geekstudio.co.kr)
|
|
128
|
+
- Email - [biz@geekstudio.co.kr](biz@geekstudio.co.kr)
|
|
129
|
+
|
|
130
|
+
## License
|
|
131
|
+
|
|
132
|
+
Nest is [MIT licensed](LICENSE).
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "geek-custom-api-core",
|
|
3
|
+
"version": "0.0.19",
|
|
4
|
+
"description": "",
|
|
5
|
+
"author": "",
|
|
6
|
+
"license": "UNLICENSED",
|
|
7
|
+
"main": "dist/index.js",
|
|
8
|
+
"types": "dist/index.d.ts",
|
|
9
|
+
"scripts": {
|
|
10
|
+
"build": "nest build",
|
|
11
|
+
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
12
|
+
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
|
13
|
+
"start": "nest start"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"@aws-sdk/client-s3": "^3.400.0",
|
|
17
|
+
"@nestjs/axios": "^3.0.2",
|
|
18
|
+
"@nestjs/common": "^10.3.9",
|
|
19
|
+
"@nestjs/config": "^3.2.2",
|
|
20
|
+
"@nestjs/core": "^10.3.9",
|
|
21
|
+
"@nestjs/jwt": "^10.1.0",
|
|
22
|
+
"@nestjs/mapped-types": "^2.0.2",
|
|
23
|
+
"@nestjs/passport": "^10.0.0",
|
|
24
|
+
"@nestjs/platform-express": "^10.3.9",
|
|
25
|
+
"@nestjs/swagger": "^7.3.1",
|
|
26
|
+
"@nestjs/typeorm": "^10.0.0",
|
|
27
|
+
"@types/bcrypt": "^5.0.0",
|
|
28
|
+
"@types/multer-s3": "^3.0.0",
|
|
29
|
+
"axios": "^1.4.0",
|
|
30
|
+
"bcrypt": "^5.1.0",
|
|
31
|
+
"class-transformer": "^0.5.1",
|
|
32
|
+
"class-validator": "^0.14.0",
|
|
33
|
+
"date-fns": "^2.30.0",
|
|
34
|
+
"dayjs": "^1.11.10",
|
|
35
|
+
"fast-xml-parser": "^4.3.6",
|
|
36
|
+
"install": "^0.13.0",
|
|
37
|
+
"ioredis": "^5.4.1",
|
|
38
|
+
"moment": "^2.29.4",
|
|
39
|
+
"moment-timezone": "^0.5.46",
|
|
40
|
+
"multer-s3": "^3.0.1",
|
|
41
|
+
"mysql2": "^3.6.0",
|
|
42
|
+
"npm": "^9.8.1",
|
|
43
|
+
"passport-jwt": "^4.0.1",
|
|
44
|
+
"reflect-metadata": "^0.1.13",
|
|
45
|
+
"rxjs": "^7.8.1",
|
|
46
|
+
"typeorm": "^0.3.17",
|
|
47
|
+
"uuid": "^9.0.1"
|
|
48
|
+
},
|
|
49
|
+
"devDependencies": {
|
|
50
|
+
"@nestjs/cli": "^10.0.0",
|
|
51
|
+
"@nestjs/schematics": "^9.0.0",
|
|
52
|
+
"@types/express": "^4.17.13",
|
|
53
|
+
"@types/jest": "29.2.4",
|
|
54
|
+
"@types/node": "^18.11.18",
|
|
55
|
+
"@types/passport-jwt": "^3.0.9",
|
|
56
|
+
"@types/supertest": "^2.0.11",
|
|
57
|
+
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
58
|
+
"@typescript-eslint/parser": "^5.0.0",
|
|
59
|
+
"eslint": "^8.0.1",
|
|
60
|
+
"eslint-config-prettier": "^8.3.0",
|
|
61
|
+
"eslint-plugin-prettier": "^4.0.0",
|
|
62
|
+
"jest": "29.3.1",
|
|
63
|
+
"prettier": "^2.3.2",
|
|
64
|
+
"run-script-webpack-plugin": "^0.2.0",
|
|
65
|
+
"source-map-support": "^0.5.20",
|
|
66
|
+
"start-server-webpack-plugin": "^2.2.5",
|
|
67
|
+
"supertest": "^6.1.3",
|
|
68
|
+
"ts-jest": "29.0.3",
|
|
69
|
+
"ts-loader": "^9.4.4",
|
|
70
|
+
"ts-node": "^10.0.0",
|
|
71
|
+
"tsconfig-paths": "4.1.1",
|
|
72
|
+
"typescript": "^5.0.0",
|
|
73
|
+
"webpack": "^5.88.2",
|
|
74
|
+
"webpack-cli": "^5.1.4",
|
|
75
|
+
"webpack-node-externals": "^3.0.0"
|
|
76
|
+
},
|
|
77
|
+
"jest": {
|
|
78
|
+
"moduleFileExtensions": [
|
|
79
|
+
"js",
|
|
80
|
+
"json",
|
|
81
|
+
"ts"
|
|
82
|
+
],
|
|
83
|
+
"rootDir": "src",
|
|
84
|
+
"testRegex": ".*\\.spec\\.ts$",
|
|
85
|
+
"transform": {
|
|
86
|
+
"^.+\\.(t|j)s$": "ts-jest"
|
|
87
|
+
},
|
|
88
|
+
"collectCoverageFrom": [
|
|
89
|
+
"**/*.(t|j)s"
|
|
90
|
+
],
|
|
91
|
+
"coverageDirectory": "../coverage",
|
|
92
|
+
"testEnvironment": "node"
|
|
93
|
+
}
|
|
94
|
+
}
|