Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LhonRafaat committed Jul 9, 2024
1 parent e845fb8 commit 3c1d965
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Pagination Middleware
- Refresh and Access tokens
- Unit testing and E2E testing
- Seeder
- Github actions
- Docker
- K8S
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3c1d965

Please sign in to comment.