-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Refactor the binding of container to the App class and upda…
…ted various sections by this effect Remove inporting container in app, injected controllers instances to the app, made the model injectable, modify repository, services and controllers, updated user model, imp lemented zod validation schema
- Loading branch information
1 parent
4ed3fb0
commit f6d2d8b
Showing
41 changed files
with
1,334 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
PORT=8000 | ||
HOSTNAME=localhost | ||
|
||
DB_PORT=5432 | ||
DB_NAME=nodejs-sequelized | ||
DB_HOST=localhost | ||
DB_USERNAME=MrCEO | ||
DB_PASSWORD= | ||
|
||
REDIS_URL=redis://localhost:6379 | ||
|
||
SESSION_SECRET=^(?=.*[a-z])(?=.*[A-Z])(?=.*d)(?=.*[@$!%*?&])[A-Za-zd@$!%*?&]{8,}$ | ||
|
||
HASHING_SALT=12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
PORT=8000 | ||
HOSTNAME=localhost | ||
|
||
DB_PORT=5432 | ||
DB_NAME=nodejs-sequelized | ||
DB_HOST=localhost | ||
DB_USERNAME=MrCEO | ||
DB_PASSWORD= | ||
|
||
REDIS_URL=redis://localhost:6379 | ||
|
||
SESSION_SECRET=^(?=.*[a-z])(?=.*[A-Z])(?=.*d)(?=.*[@$!%*?&])[A-Za-zd@$!%*?&]{8,}$ | ||
|
||
HASHING_SALT=12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
node_modules | ||
.env | ||
build | ||
build | ||
coverage | ||
react-email-starter | ||
.babelrc | ||
tests/ | ||
events/ | ||
jest.config.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.