express-typescript-boilerplate icon indicating copy to clipboard operation
express-typescript-boilerplate copied to clipboard

A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch

Results 101 express-typescript-boilerplate issues
Sort by recently updated
recently updated
newest added

``` /xxx/w3tec-boilerplate/src/api/models/User.ts:2:25 - error TS2307: Cannot find module 'class-transformer'. 2 import { Exclude } from 'class-transformer'; ~~~~~~~~~~~~~~~~~~~ ```

I already have a lot of middleware in Koa that I want to port. How difficult would it be to add Koa support?

Hello, Can I add passeport-ldapauth to project ? When? Thanks

I have am facing with bcrypt while try to setup project with Node 8.12.0 and 10.14.2

Hi Can you help regarding downloading the file?

If I don't need the ORM how I can use the project without all the DB setup, seeds and migrations?