Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kachar authored Dec 9, 2022
1 parent 8e0c9b9 commit 07ff323
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ To run and develop the module NodeJS 16 is required. In this section 2 ways of c
The following prerequisites are required in order to be able to run the project:

- [Node.js 16 LTS](https://nodejs.org/en/download/)
- [Yarn v1.x](https://classic.yarnpkg.com/lang/en/docs/install)
- [Docker](https://www.docker.com/get-started) (to easily run a local database instance)
- [Yarn v3.x](https://yarnpkg.com/getting-started/install)
- [Docker](https://www.docker.com/get-started) with [Docker Compose](https://docs.docker.com/compose/) (to easily run a local database instance)

## Development container

Expand Down Expand Up @@ -159,7 +159,7 @@ Run `nx dep-graph` to see a diagram of the dependencies of your projects.
We recommend using [Nestjs generators](https://docs.nestjs.com/cli/usages#nest-generate) to create different nestsj components in generic way.

```shell
yarn nest #will print all generators
yarn nest # will print all generators
```

Use the [Nest resource generator](https://docs.nestjs.com/recipes/crud-generator) to create all interfaces for CRUD operations around a new entity/resource
Expand Down

0 comments on commit 07ff323

Please sign in to comment.