Skip to content

ArthurFialho/picpay-nodejs

 
 

Repository files navigation

phillcode-picpay-nodejs
├─ .eslintrc.json
├─ src
│  ├─ app.ts
│  ├─ framework
│  │  ├─ errors
│  │  │  ├─ BadRequestError.ts
│  │  │  ├─ HttpError.ts
│  │  │  └─ NotFoundError.ts
│  │  ├─ middlewares
│  │  │  ├─ errorHandler.ts
│  │  │  └─ json.ts
│  │  ├─ MyExpress.ts
│  │  ├─ Router.test.ts
│  │  └─ Router.ts
│  ├─ modules
│  │  ├─ authorization
│  │  │  └─ AuthorizationService.ts
│  │  ├─ notifications
│  │  │  ├─ Notification.ts
│  │  │  ├─ NotificationsModule.ts
│  │  │  ├─ NotificationsRepository.ts
│  │  │  └─ NotificationsService.ts
│  │  ├─ transfers
│  │  │  ├─ Transfer.ts
│  │  │  ├─ transfers.http
│  │  │  ├─ TransfersController.ts
│  │  │  ├─ TransfersModule.ts
│  │  │  ├─ TransfersRepository.ts
│  │  │  └─ TransfersService.ts
│  │  ├─ users
│  │  │  ├─ User.ts
│  │  │  ├─ users.http
│  │  │  ├─ UsersController.ts
│  │  │  ├─ UsersModule.ts
│  │  │  ├─ UsersRepository.ts
│  │  │  └─ UsersService.ts
│  │  └─ wallets
│  │     ├─ Wallet.ts
│  │     ├─ WalletsModule.ts
│  │     ├─ WalletsRepository.ts
│  │     └─ WalletsService.ts
│  └─ utils
│     ├─ Database.test.ts
│     ├─ Database.ts
│     ├─ EmailService.test.ts
│     ├─ EmailService.ts
│     ├─ Entity.ts
│     ├─ Logger.test.ts
│     ├─ Logger.ts
│     ├─ parseFilter.test.ts
│     ├─ parseFilter.ts
│     ├─ SimpleMutex.test.ts
│     ├─ SimpleMutex.ts
│     └─ SomePartial.ts
├─ tsconfig.build.json
└─ tsconfig.json

About

Desafio do PicPay em NodeJS puro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%