Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-casa-user-data-service
Commits
243027d5
Commit
243027d5
authored
2 years ago
by
tushar5526
Browse files
Options
Download
Patches
Plain Diff
init
parents
main
getStudentByRollnumber
No related merge requests found
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
.eslintrc.js
+25
-0
.eslintrc.js
.gitignore
+36
-0
.gitignore
.prettierrc
+5
-0
.prettierrc
README.md
+73
-0
README.md
docker-compose.yml
+10
-0
docker-compose.yml
nest-cli.json
+5
-0
nest-cli.json
package-lock.json
+0
-0
package-lock.json
package.json
+73
-0
package.json
src/app.controller.ts
+12
-0
src/app.controller.ts
src/app.module.ts
+12
-0
src/app.module.ts
src/app.service.ts
+12
-0
src/app.service.ts
src/constants.ts
+1
-0
src/constants.ts
src/db/db.module.ts
+20
-0
src/db/db.module.ts
src/main.ts
+10
-0
src/main.ts
test/app.e2e-spec.ts
+24
-0
test/app.e2e-spec.ts
test/jest-e2e.json
+9
-0
test/jest-e2e.json
tsconfig.build.json
+4
-0
tsconfig.build.json
tsconfig.json
+21
-0
tsconfig.json
with
352 additions
and
0 deletions
+352
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets