menshop backend
1.0.0
효율적이고 확장 가능한 서버 측 응용 프로그램을 구축하기위한 Progressive Node.js 프레임 워크. (CRTL + Shift + V)
네스트 프레임 워크 타입 스크립트 스타터 저장소.
$ node 18.19.1
$ redis 5.0.14$ npm install
$ redis-server # development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod # unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov # master is default
$ git checkout master
# dev1 for user, auth, role, permission
$ git checkout dev1
# dev2 for product, sku, inventory, price,
$ git checkout dev2
# dev3 for shop, collection, brand, category, need
$ git checkout dev3
# dev3 for cart, purchase, discount
$ git checkout dev4 # guide to write a apache-benchmark-testing command
$ ab: run Apache benchmark
$ -n: number of requests
$ -c: number of concurrency (lượng users đồng thời gửi requests)
$ -H: custom-header
$ -T: content-type
$ -p: include-body
# example on CMD
>> ab -n 100 -c 100 `
>> -H " Authorization: Bearer X.ACCESS.TOKEN.DEMO.X " `
>> -T " application/json " `
>> -p ./test/apache/checkout.body.json `
>> http://localhost:8044/api/v1/client/orders/make-paymentNestJS와 함께 일할 때 유용 할 수있는 몇 가지 리소스를 확인하십시오.
Nest는 MIT 라이센스 오픈 소스 프로젝트입니다. 스폰서와 놀라운 후원자들의 지원 덕분에 성장할 수 있습니다. 가입하려면 여기에서 자세히 알아보십시오.
Nest는 MIT 라이센스가 부여되었습니다.