Tyatech Nestjs System
Contributions
Contributions are very welcome! It helps me know what features are desired or what bugs are causing the most pain.
I have just one request; If you submit a pull request for a bugfix, please add a unit-test or integration-test (in the spec folder) that catches the problem.
Even a PR that just has a failing test is fine - I can analyse what the test is doing and fix the code from that.
Contact Info: truonganh710@gmail.com
Note: Please try to avoid modifying the package version in a PR.
Versions are updated on release and any change will most likely result in merge collisions.
To be clear, all contributions added to this library will be included in the library's MIT licence.
Install
npm i -g tyatech-nestjs-system@2.0.2
Check version
tyatech -v
or
tyatech version
New app api Tyatech Nestjs System
tyatech new project-name
System parameter adjustment
Update SQL SERVER connection information.
project-name/src/configs/db/db.config.ts
Start API
cd project-name
npm run start:dev