Title: shenlong-challenge-main
Download

- Category:
- JavaScript
- Platform:
- JavaScript
- File Size:
- 293888
- Update:
- 2021-02-19
- Downloads:
- 0
- Uploaded by:
- gabrielpk100
Description: DESAFIO SHENLONG FEITO EM TS
Downloaders recently:
[More information of uploader gabrielpk100]]
To Search:
File list (Click to check if it's the file you need, and recomment it at the bottom):
文件名 | 大小 | 更新时间 |
---|---|---|
shenlong-challenge-main | 0 | 2020-12-24 |
shenlong-challenge-main\.editorconfig | 146 | 2020-12-24 |
shenlong-challenge-main\.env.example | 2201 | 2020-12-24 |
shenlong-challenge-main\.eslintignore | 18 | 2020-12-24 |
shenlong-challenge-main\.eslintrc.json | 1302 | 2020-12-24 |
shenlong-challenge-main\.gitignore | 38 | 2020-12-24 |
shenlong-challenge-main\.huskyrc | 142 | 2020-12-24 |
shenlong-challenge-main\README.md | 4904 | 2020-12-24 |
shenlong-challenge-main\babel.config.js | 539 | 2020-12-24 |
shenlong-challenge-main\commitlint.config.js | 67 | 2020-12-24 |
shenlong-challenge-main\jest.config.js | 6550 | 2020-12-24 |
shenlong-challenge-main\ormconfig.json | 443 | 2020-12-24 |
shenlong-challenge-main\package.json | 2281 | 2020-12-24 |
shenlong-challenge-main\prettier.config.js | 91 | 2020-12-24 |
shenlong-challenge-main\src | 0 | 2020-12-24 |
shenlong-challenge-main\src\@types | 0 | 2020-12-24 |
shenlong-challenge-main\src\@types\express.d.ts | 100 | 2020-12-24 |
shenlong-challenge-main\src\config | 0 | 2020-12-24 |
shenlong-challenge-main\src\config\auth.ts | 211 | 2020-12-24 |
shenlong-challenge-main\src\modules | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\dtos | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\dtos\ICreateGalaxyDTO.ts | 85 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\infra | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\infra\http | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\infra\http\express | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\infra\http\express\controller | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\infra\http\express\controller\GalaxyController.ts | 519 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\infra\http\express\routes | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\infra\http\express\routes\galaxy.routes.ts | 405 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\infra\typeorm | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\infra\typeorm\entities | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\infra\typeorm\entities\Galaxy.ts | 564 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\infra\typeorm\repositories | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\infra\typeorm\repositories\GalaxyRepository.ts | 1002 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\repositories | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\repositories\IGalaxyRepository.ts | 302 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\repositories\fakes | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\repositories\fakes\FakeGalaxyRepository.ts | 756 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\services | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\services\ListGalaxyWithPlanetAndUserTravelerService.spec.ts | 1229 | 2020-12-24 |
shenlong-challenge-main\src\modules\galaxy\services\ListGalaxyWithPlanetAndUserTravelerService.ts | 489 | 2020-12-24 |
shenlong-challenge-main\src\modules\planet | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\planet\infra | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\planet\infra\http | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\planet\infra\http\express | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\planet\infra\http\express\controller | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\planet\infra\http\express\controller\MeetingController.ts | 194 | 2020-12-24 |
shenlong-challenge-main\src\modules\planet\infra\http\express\routes | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\planet\infra\http\express\routes\meeting.routes.ts | 282 | 2020-12-24 |
shenlong-challenge-main\src\modules\planet\infra\typeorm | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\planet\infra\typeorm\entities | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\planet\infra\typeorm\entities\Planet.ts | 802 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\dtos | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\dtos\ICreateUserTravelerDTO.ts | 156 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\infra | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\infra\http | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\infra\http\express | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\infra\http\express\controller | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\infra\http\express\controller\SessionController.ts | 654 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\infra\http\express\controller\TravelerController.ts | 683 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\infra\http\express\middleware | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\infra\http\express\middleware\ensureAuthenticated.ts | 792 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\infra\http\express\routes | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\infra\http\express\routes\sessions.routes.ts | 267 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\infra\http\express\routes\traveler.routes.ts | 281 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\infra\typeorm | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\infra\typeorm\entities | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\infra\typeorm\entities\Traveler.ts | 683 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\infra\typeorm\repositories | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\infra\typeorm\repositories\TravelerRepository.ts | 1131 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\providers | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\providers\HashProvider | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\providers\HashProvider\fakes | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\providers\HashProvider\fakes\FakeHashProvider.ts | 321 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\providers\HashProvider\implementations | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\providers\HashProvider\implementations\BCryptHashProvider.ts | 437 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\providers\HashProvider\models | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\providers\HashProvider\models\IHashProvider.ts | 151 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\providers\index.ts | 277 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\repositories | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\repositories\ITravelerRepository.ts | 382 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\repositories\fakes | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\repositories\fakes\FakeTravelerRepository.ts | 1140 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\services | 0 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\services\AuthenticateTravelerService.spec.ts | 2061 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\services\AuthenticateUserTravelerService.ts | 1531 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\services\CreateTravelerService.spec.ts | 1634 | 2020-12-24 |
shenlong-challenge-main\src\modules\traveler\services\CreateUserTravelerService.ts | 1835 | 2020-12-24 |
shenlong-challenge-main\src\shared | 0 | 2020-12-24 |
shenlong-challenge-main\src\shared\container | 0 | 2020-12-24 |
shenlong-challenge-main\src\shared\container\index.ts | 668 | 2020-12-24 |
shenlong-challenge-main\src\shared\errors | 0 | 2020-12-24 |
shenlong-challenge-main\src\shared\errors\AppError.ts | 206 | 2020-12-24 |
shenlong-challenge-main\src\shared\index.ts | 235 | 2020-12-24 |
shenlong-challenge-main\src\shared\infra | 0 | 2020-12-24 |
shenlong-challenge-main\src\shared\infra\http | 0 | 2020-12-24 |
shenlong-challenge-main\src\shared\infra\http\express | 0 | 2020-12-24 |
shenlong-challenge-main\src\shared\infra\http\express\index.ts | 431 | 2020-12-24 |