Skip to content

thutasann/node-ms

Repository files navigation

Nodejs/Nestjs Microservices

These are the microservices and backend developments with Nestjs and Nodejs

Tech Stacks

  • Nodejs
  • Nestjs
  • Prisma
  • MongoDB
  • Jest
  • Nextjs

Deployed URLs

Table of Contents

Topic Source Type
app-backend Source Standalone
app-frontend Source Standalone
nest-advanced Source Nestjs Concepts

Scripts

Prisma

npx prisma init
npx prisma generate

Jest

yarn jest --init
yarn test
yarn test catalog_service/src/routes/__test__/catalog.route.test.ts

Tips & Tricks

Express Router Global Snippet in VS Code

{
	"Typescript Express Router": {
		"scope": "javascript,typescript",
		"prefix": "router",
		"body": [
			"router.post(\"/\", (req : Request,res : Response) => {",
			"return res.json({})",
			"})"
		],
		"description": "typescript nodejs router"
	}
}

About

nodejs nestjs microservices and backend developments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published