Sunday, 3 November 2019

Express, TypeScript, TypeORM and some routing helpers

I made a bunch of packages and a small CLI tool to help scaffold a blank Express app, bundled with TypeScript and optionally TypeORM.I also provide some HTTP verb decorators in order to declare routes, should you choose to do so. You can simply ignore that feature and use Express route declaration as usual. It also helps implement a basic domain-driven architecture via the CLI tool.This is my first project since I've moved into NodeJS a couple months ago. Contributions and feedback are very welcome!The repo: https://github.com/dugajean/tsexpress-starter

Submitted November 03, 2019 at 08:41PM by wambaowambao

No comments:

Post a Comment