Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thutasann/node-nest

nodejs nestjs microservices, nodejs concepts, leetcodes, DSA and server side developments
https://github.com/thutasann/node-nest

graphql jest mongoose nestjs nodejs nx-workspace prisma typeorm

Last synced: 8 days ago
JSON representation

nodejs nestjs microservices, nodejs concepts, leetcodes, DSA and server side developments

Awesome Lists containing this project

README

        

# Nodejs/Nestjs Server side Developments

These are the microservices and server side developments with Nestjs and Nodejs

## Tech Stacks

- Nodejs
- Nestjs
- Nx Workspace
- Mongoose
- TypeORM
- Prisma
- MongoDB
- Postgres
- Docker
- Jest
- Nextjs

## Deployed URLs

- [Nodejs Concepts](https://nodejs-concepts.onrender.com)

## Table of Contents

| Topic | Source | Type |
| ------------------------- | ------------------------------------------------------------ | ---------------------------------- |
| nodejs concepts | [Source](./node-concepts/) | ⭐️ Nodejs concepts |
| nestjs-graphql-ms | [Source](./nest-graphql-ms/) | ⭐️ Nestjs + Graphql Microservices |
| nestjs-ecommerce | [Source](./nest-ecommerce/) | ⭐️ Nestjs Ecommerce FullStack |
| nest-advanced | [Source](./nest-advanced) | ⭐️ Nestjs + Nx Concepts |
| tiny nest + next | [Source](./tiny-nest-next/) | Tiny Nestjs + Nextjs |
| nestjs-websockets | [Source](./standalone-apis/nestjs-websockets/) | Nestjs + Websockets |
| nestjs-ai-chatbot | [Source](./standalone-apis/nestjs-ai-chatbot/) | Nestjs + OpenAI + Nextjs |
| scaling ws using redis | [Source](./standalone-apis/scaling-web-sockets-using-redis/) | Nodejs + Redis |
| pure nodejs concepts | [Source](./standalone-apis/pure-nodejs-concepts) | Nodejs |
| custom mini ssg | [Source](./custom-static-side-generators/sample-one/) | Static Side Generator |
| nodejs cpanel file upload | [Source](./node-cpanel/) | Cpanel File upload |

## Tips & Tricks

### Express Router Global Snippet in VS Code

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

| Dev | ✅ | 🤷‍♂️ |
| ----------------------------------------------- | --------------- | ---------------------------------- |
| Kaung San [https://github.com/kaungsann] | - Documentation | Pushed node_modules to github |
| Tint Zaw Htun [https://github.com/Tint-d] | | ⭐️ Nestjs + Graphql Microservices |
| Thandar Lin [https://github.com/Thandar-Lin11/] | | ⭐️ Nestjs Ecommerce FullStack |