From 3c1d965458033a615cf707254419c024b9dcb738 Mon Sep 17 00:00:00 2001 From: lhonRafaat Date: Wed, 10 Jul 2024 02:32:43 +0300 Subject: [PATCH] updated readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c1b11ab..095498a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ - Pagination Middleware - Refresh and Access tokens - Unit testing and E2E testing +- Seeder - Github actions - Docker - K8S @@ -58,6 +59,12 @@ and to run E2E tests: npm run test:e2e ``` +to run the seeder ts-node the seed.ts file and you can pass how many data to generate as a arguement: + +```shell +ts-node seed.ts 50 +``` + to run the Dockerfile: ```shell