NeoSOFT-Technologies / rest-node-nestjs

With this skeleton, we can easily start a server application using Node.js, Nest JS and TypeScript.
https://neosoft-technologies.github.io/rest-node-nestjs/
Apache License 2.0
54 stars 36 forks source link

refactor(src): restructured the src folder #344

Closed rkg1007 closed 2 years ago

rkg1007 commented 2 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

Currently all the modules are not grouped well like user module is in component and auth module is in src folder.

Issue Number: N/A

What is the new behavior?

Now modules have been grouped well. Moved auth module to core, User module to feature and moved http and mailer module to shared.

Does this PR introduce a breaking change?

Other information

rkg1007 commented 2 years ago

refactor(src) : have refactored the src folder

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

80.4% 80.4% Coverage
0.0% 0.0% Duplication