Skip to content

BlueArcticFox/3DNoiseMaster-BE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3DNoiseMaster
├─ .gitignore
├─ .vscode
│  └─ launch.json
├─ LICENSE
├─ package-lock.json
├─ package.json
├─ README.md
└─ src
   ├─ api
   │  ├─ controllers
   │  │  ├─ .cph
   │  │  ├─ authController.js
   │  │  ├─ index.js
   │  │  ├─ userController.js
   │  │  └─ workspaceController.js
   │  ├─ lib
   │  │  ├─ index.js
   │  │  └─ multer-uploader.js
   │  ├─ middlewares
   │  │  ├─ authentication
   │  │  │  ├─ auth.js
   │  │  │  ├─ authLimiter.js
   │  │  │  └─ index.js
   │  │  ├─ common
   │  │  │  ├─ errorHandler.js
   │  │  │  ├─ ignoreFavicon.js
   │  │  │  ├─ index.js
   │  │  │  └─ notFoundHandler.js
   │  │  ├─ permissions
   │  │  │  ├─ grantAccess.js
   │  │  │  ├─ index.js
   │  │  │  └─ users.permission.js
   │  │  └─ users
   │  │     └─ threeDFileUpload.js
   │  ├─ models
   │  │  ├─ index.js
   │  │  ├─ Noise.js
   │  │  ├─ Task.js
   │  │  ├─ ThreeD.js
   │  │  ├─ Token.js
   │  │  └─ User.js
   │  ├─ services
   │  │  ├─ authService.js
   │  │  ├─ index.js
   │  │  ├─ userService.js
   │  │  └─ workspaceService.js
   │  ├─ utils
   │  │  ├─ common.js
   │  │  ├─ ErrorResponse.js
   │  │  ├─ index.js
   │  │  ├─ mappedPermissions.js
   │  │  ├─ sendTokenResponse.js
   │  │  └─ SuccessResponse.js
   │  ├─ validators
   │  │  ├─ authValidate.js
   │  │  ├─ customValidate.js
   │  │  ├─ index.js
   │  │  ├─ memberValidate.js
   │  │  └─ validate.js
   │  └─ workers
   │     ├─ index.js
   │     └─ workers.js
   ├─ config
   │  ├─ compression.js
   │  ├─ config.js
   │  ├─ cors.js
   │  ├─ custom-http-status.js
   │  ├─ database.js
   │  ├─ logger.js
   │  ├─ morgan.js
   │  ├─ passport.js
   │  ├─ roles.js
   │  └─ tokens.js
   ├─ core
   │  ├─ app.js
   │  ├─ database.js
   │  ├─ server.js
   │  └─ workers.js
   └─ index.js

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors