Giter Site home page Giter Site logo

jellydn / moleculer-typescript-template Goto Github PK

View Code? Open in Web Editor NEW
12.0 2.0 3.0 3.77 MB

This is a Moleculer-based microservices project

Home Page: https://moleculer-typescript-template.fly.dev/

License: MIT License

Dockerfile 1.38% Shell 0.12% TypeScript 52.15% HTML 40.03% EJS 6.32%
microservices moleculerjs moleculer-template typescript fly

moleculer-typescript-template's Introduction

Hi ๐Ÿ‘‹, I'm Dung Huynh Duc

A passionate engineer from Singapore

  • ๐Ÿ”ญ Iโ€™m currently working in AirCarbon

  • ๐Ÿ‘จโ€๐Ÿ’ป All of my projects are available at https://productsway.com

  • ๐Ÿ“ I regulary write articles on https://productsway.com

  • ๐Ÿ“ซ How to reach me [email protected]

  • ๐Ÿ“น I often publish my video every Sunday on IT Man Channel

    Most view videos on IT Man Channel

    IT Man - Tech #9 - Blockchain - DApp 101 - How to get started [Vietnamese]

    Published at 2021-08-15T08:13:08Z

    IT Man - Tech #9 - Blockchain - DApp 101 - How to get started [Vietnamese]

    IT Man - Tech #9 - Blockchain - DApp 101 - Know your tools [Vietnamese]

    Published at 2021-08-22T04:03:49Z

    IT Man - Tech #9 - Blockchain - DApp 101 - Know your tools [Vietnamese]

    IT Man - Talk #8 - Architecture for React applications 2021 [Vietnamese]

    Published at 2021-08-08T05:27:07Z

    IT Man - Talk #8 - Architecture for React applications 2021 [Vietnamese]

    IT Man - Talk #34 - Bye Bye #Docker Desktop [Vietnamese]

    Published at 2023-04-02T06:10:31Z

    IT Man - Talk #34 - Bye Bye #Docker Desktop [Vietnamese]

    IT Man - Talk #33 NeoVim as IDE [Vietnamese]

    Published at 2023-03-12T06:20:50Z

    IT Man - Talk #33 NeoVim as IDE [Vietnamese]

    ITMan - Tech #17 - Moleculer - Progressive microservices framework for Node.js [Vietnamese]

    Published at 2022-03-27T08:30:16Z

    ITMan - Tech #17 - Moleculer - Progressive microservices framework for Node.js [Vietnamese]

    IT Man - Tech #9 - Blockchain - DApp 101 - ICO Smart Contract [Vietnamese]

    Published at 2021-09-05T01:43:04Z

    IT Man - Tech #9 - Blockchain - DApp 101 - ICO Smart Contract [Vietnamese]

    IT Man - Tech #5 - NextJS Mini Course - Part 1 [Vietnamese]

    Published at 2021-04-25T07:42:50Z

    IT Man - Tech #5 - NextJS Mini Course - Part 1 [Vietnamese]

    IT Man - Tech #9 - Blockchain - DApp 101 - Create your own NFT token [Vietnamese]

    Published at 2021-09-12T08:27:26Z

    IT Man - Tech #9 - Blockchain - DApp 101 - Create your own NFT token [Vietnamese]

    IT Man - Tip #3 - Implement SEO with React [Vietnamese]

    Published at 2021-03-21T06:51:42Z

    IT Man - Tip #3 - Implement SEO with React [Vietnamese]

    IT Man - Talk #3 - How to prepare for ReactJS Interview [Vietnamese]

    Published at 2021-03-28T06:59:27Z

    IT Man - Talk #3 - How to prepare for ReactJS Interview [Vietnamese]

    IT Man - Tip #7 - DevBook - search engine for developers [Vietnamese]

    Published at 2021-07-11T14:29:36Z

    IT Man - Tip #7 - DevBook - search engine for developers [Vietnamese]

    IT Man - Tech #21 - A first look at Fresh - The next-gen web framework on the edge [Vietnamese]

    Published at 2022-06-19T02:29:53Z

    IT Man - Tech #21 - A first look at Fresh - The next-gen web framework on the edge [Vietnamese]

    IT Man - Tech 36 - #gRPC 101 [Vietnamese]

    Published at 2023-04-30T06:36:13Z

    IT Man - Tech 36 - #gRPC 101 [Vietnamese]

    IT Man - Tech #9 - Blockchain - DApp 101 - Interact with your Smart Contract [Vietnamese]

    Published at 2021-08-29T06:17:05Z

    IT Man - Tech #9 - Blockchain - DApp 101 - Interact with your Smart Contract [Vietnamese]

    IT Man - Talk #17 - Node.js Reference Architecture 2022 [Vietnamese]

    Published at 2022-04-10T05:08:11Z

    IT Man - Talk #17 - Node.js Reference Architecture 2022 [Vietnamese]

    IT Man - Tech #5 - NextJS Mini Course - Part 2 -Form with react-hook-form [Vietnamese]

    Published at 2021-05-02T07:40:29Z

    IT Man - Tech #5 - NextJS Mini Course - Part 2 -Form with react-hook-form [Vietnamese]

Connect with Me

Show your support

kofi paypal buymeacoffee

ITMan

moleculer-typescript-template's People

Contributors

jellydn avatar renovate-bot avatar renovate[bot] avatar sweep-ai[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

moleculer-typescript-template's Issues

Issue with command "yarn dev"

Describe the bug

I have executed the command "yarn dev" but encountered an error. Please help me fix it. Thank you very much

PS E:\MBW.Moleculer\demo\moleculer-demo> yarn dev
yarn run v1.22.19
$ tsup --watch --onSuccess 'node_modules/.bin/moleculer-runner --env --config dist/moleculer.config.js'
CACError: option --env.* <value> value is missing
at Command.checkOptionValue (E:\MBW.Moleculer\demo\moleculer-demo\node_modules\cac\dist\index.js:417:17)
at CAC.runMatchedCommand (E:\MBW.Moleculer\demo\moleculer-demo\node_modules\cac\dist\index.js:603:13)
at main (E:\MBW.Moleculer\demo\moleculer-demo\node_modules\tsup\dist\chunk-RCEDGIWE.js:223:13)
at Object. (E:\MBW.Moleculer\demo\moleculer-demo\node_modules\tsup\dist\cli-default.js:12:23)
at Module._compile (node:internal/modules/cjs/loader:1126:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
at Module.load (node:internal/modules/cjs/loader:1004:32)
at Function.Module._load (node:internal/modules/cjs/loader:839:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:17:47
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Reproduction

When run command "yarn dev"

System Info

yarn dev

Used Package Manager

yarn

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): lock file maintenance

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

docker-compose
docker-compose.yml
  • nats 2
  • traefik v3.0
dockerfile
Dockerfile
  • node 20.11.0-alpine
  • node 20.11.0-alpine
github-actions
.github/workflows/deploy.yml
  • styfle/cancel-workflow-action 0.12.1
  • actions/checkout v4
  • actions/setup-node v4
  • styfle/cancel-workflow-action 0.12.1
  • actions/checkout v4
  • actions/setup-node v4
  • styfle/cancel-workflow-action 0.12.1
  • actions/checkout v4
  • actions/setup-node v4
  • styfle/cancel-workflow-action 0.12.1
  • actions/checkout v4
  • SebRollen/toml-action v1.2.0
  • docker/setup-buildx-action v3
  • actions/cache v4
  • docker/login-action v3
  • docker/build-push-action v5
  • styfle/cancel-workflow-action 0.12.1
  • actions/checkout v4
  • SebRollen/toml-action v1.2.0
npm
package.json
  • dotenv 16.4.1
  • helmet 7.1.0
  • lodash.defaultsdeep 4.6.1
  • moleculer 0.14.32
  • moleculer-web 0.10.7
  • moleculer-zod-validator 3.3.1
  • nats 2.19.0
  • openapi-types 12.1.3
  • pino 8.18.0
  • swagger-jsdoc 6.2.8
  • zod 3.22.4
  • @flydotio/dockerfile 0.5.0
  • @trivago/prettier-plugin-sort-imports 4.3.0
  • @types/express 4.17.21
  • @types/jest 29.5.12
  • @types/lodash 4.14.202
  • @types/node 20.11.16
  • @types/swagger-jsdoc 6.0.4
  • @types/ws 8.5.10
  • @typescript-eslint/eslint-plugin 6.21.0
  • @typescript-eslint/parser 6.21.0
  • @vitest/ui 1.2.2
  • c8 9.1.0
  • eslint 8.56.0
  • eslint-config-productsway 1.3.1
  • express 4.18.2
  • graphql 16.8.1
  • graphql-ws 5.14.3
  • husky 8.0.3
  • hygen 6.2.11
  • lint-staged 15.2.2
  • moleculer-cli 0.8.1
  • moleculer-connect 0.2.1
  • moleculer-io 2.2.0
  • moleculer-repl 0.7.4
  • npm-run-all2 5.0.2
  • prettier 3.2.5
  • sort-package-json 2.7.0
  • tsup 8.0.1
  • tsx 4.7.0
  • typescript 5.3.3
  • vite 5.0.12
  • vitest 1.2.2
  • ws 8.16.0
  • node >= 18.17.x
  • pnpm 8.15.1
nvm
.nvmrc

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.