You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,16 +34,23 @@
34
34
35
35
## Features
36
36
37
-
-[x][Typescript](https://www.typescriptlang.org)
37
+
Generated service includes the following features:
38
+
38
39
-[x][Express.js](https://expressjs.com)
39
-
-[x][Webpack](https://webpack.js.org) using [@boringcodes/backpack](https://github.com/boringcodes/backpack)
40
+
-[x][MongoDB](https://mongodb.com) ODM using [Mongoose](https://mongoosejs.com)
41
+
-[x][PostgreSQL](https://www.postgresql.org) ORM using [Sequelize](https://sequelize.org), [TypeORM](https://typeorm.io) & [Prisma](https://www.prisma.io)
42
+
-[x] Code structure inspired by [Node.js Best Practices](https://github.com/goldbergyoni/nodebestpractices) & [Uncle Bob Clean Architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html)
43
+
44
+
Other features:
45
+
46
+
-[x][Webpack](https://webpack.js.org) with [Typescript](https://www.typescriptlang.org) using [@boringcodes/backpack](https://github.com/boringcodes/backpack)
40
47
-[x][Prettier](https://prettier.io) using [@boringcodes/prettier-config](https://github.com/boringcodes/prettier-config)
41
48
-[x][ESLint](https://eslint.org) using [@boringcodes/eslint-config-typescript](https://github.com/boringcodes/eslint-config-typescript)
0 commit comments