-
TestCode
-
Prisma
-
Serverless
-
CI/CD (HyeOn)
- CI (Husky)
- CD (Serverless)
-
Make the most of
Enhancer
-
Error handling
- Manage by code (Idea by Joo, implements by HyeOn)
-
Guard that using passport (YoonHa)
- Local
- JWT
-
-
Custom Decorator
- Method decorator for any ideas
- Property decorator for any ideas
-
GraphQL
- Resolve N+1 Problem in Graphql and Orm (Together)
- Field-Access (Joo)
$ yarn install
$ npx prisma generate
$ docker-compose up -d
$ yarn migrate:dev
$ yarn start:dev
$ npm i -g serverless
$ aws login ...
$ yarn build
$ npx serverless package
$ npx serverless deploy