From f54d18be3a6834fe3087b9bfd0a938a41ed3f4e4 Mon Sep 17 00:00:00 2001 From: surelle-ha <0110harold@gmail.com> Date: Sun, 16 Jun 2024 22:06:09 +0800 Subject: [PATCH 1/2] Added boilerplates to list --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6184637..210357f 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,11 @@ Curated list of express.js resources - [protect](https://github.com/RisingStack/protect) - Out-of-box, proactive protection for common security problems, like SQL injection attacks, XSS attacks, brute force, etc - [express-sslify](https://github.com/florianheinemann/express-sslify) - Automatically redirects to an HTTPS address +## Boilerplate + +- [TypeORM Express TypeScript](https://github.com/mkosir/typeorm-express-typescript) - Minimal Express RESTful API boilerplate. Spin it up with single command. TypeScript, TypeORM, Postgres and Docker with focus on best practices and painless developer experience. +- [ZentinelJS](https://github.com/surelle-ha/ZentinelJS) - Structured to mirror the Laravel directory format for a familiar setup. It includes commands called 'Zentinel CLI' for efficient backend operations and seamless integration. + ## Addons - [Kraken.js](http://krakenjs.com) - kraken is a secure and scalable layer that extends express by providing structure and convention From cfc94a02d64c1b62db7cc0b5dcb5d293b801ecbe Mon Sep 17 00:00:00 2001 From: surelle-ha <0110harold@gmail.com> Date: Sun, 16 Jun 2024 22:09:59 +0800 Subject: [PATCH 2/2] Added boilerplates to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 210357f..8d76676 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Curated list of express.js resources - [Tools](#tools) - [Middleware](#middleware) - [Security](#security) +- [Boilerplate](#boilerplate) - [Addons](#addons) ## General