express-typescript-boilerplate
express-typescript-boilerplate copied to clipboard
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
…uced a user search endpoint in UserController.
uttam chaudhary node assignment
Bumps [class-validator](https://github.com/typestack/class-validator) from 0.9.1 to 0.14.0. Changelog Sourced from class-validator's changelog. 0.14.0 (2022-12-09) Added add @IsTimeZone decorator to check if given string is valid IANA time zone add @IsISO4217CurrencyCode decorator...
Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.0 to 3.3.3. Release notes Sourced from socket.io-parser's releases. 3.3.2 Bug Fixes prevent DoS (OOM) via massive packets (#95) (89197a0) Links Diff: https://github.com/Automattic/socket.io-parser/compare/3.3.1...3.3.2 3.3.1 Links Diff: https://github.com/socketio/socket.io-parser/compare/3.3.0...3.3.1...
Middleware: import jwt from 'jsonwebtoken'; import { ExpressMiddlewareInterface, Middleware } from 'routing-controllers'; import { Logger, LoggerInterface } from '../../decorators/Logger'; @Middleware({ type: 'before' }) export class JwtAuthMiddleware implements ExpressMiddlewareInterface { constructor(...
src/api/middlewares/LogMiddleware.ts:47:1 ERROR: 47:1 no-consecutive-blank-lines Consecutive blank lines are forbidden (node:13636) [DEP0128] DeprecationWarning: Invalid 'main' field in 'C:\dev\reference\express-ts\express-typescript-boilerplate\node_modules\swagger-ui-express\package.json' of './lib/index.js'. Please either fix that or report it to the module author...
Does this repository still being maintained? I've seen that the last commit was 3 years ago, and most of the dependencies are outdated, like the `typeorm-seeding`, this project got the...
fixed