-
Assuming we continue down the path of node-based reference implementations for the core services, the next major decision we'll need to make is an ORM for database operations. Postgres is the presumpt…
-
The frontend application is currently served up by webpack's built-in dev server. This warrants some attention and refactoring before launch in order to use something else (webpack dev server is not r…
-
#### Problema
Precisamos criar a estrutura de código do projeto para iniciarmos o desenvolvimento. Com isso é necessário montar um boilerplate, organizando as ferramentas e elementos que o projeto …
-
Based on feedback from @pbn4 and my own previous experience, I think it's worth looking to see if we want to use a framework on top of Express of Koa to structure the back-end services, much like we u…
-
Hi,
I followed the instruction to create a nestjs app successfully. I am now trying to add graphql to the server using the instructions provided here https://docs.nestjs.com/graphql/quick-start. Af…
-
## I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
-
## Feature Request
## Is your feature request related to a problem? Please describe.
Currently if we want to use DI for custom provider that implements an interface, the only solution is to use st…
-
Just wondering regardind the choice of routing-controller instead of NestJS for the boilerplate?
I´m not experienced on any, just wish to understand the choice from your experienced perspective.
…
-
## I'm submitting a...
[ ] Regression
[X] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
-
[x] Support request
Hi. How to inject a custom repository http://typeorm.io/#/custom-repository ? And second question [this](https://github.com/typeorm/typeorm/blob/master/docs/custom-repository.md…