Skip to content

Commit

Permalink
Merge pull request #3 from LhonRafaat/development
Browse files Browse the repository at this point in the history
updated readme
  • Loading branch information
LhonRafaat authored Jul 9, 2024
2 parents e845fb8 + 3c1d965 commit 0636b8f
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 0636b8f

Please sign in to comment.