Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thutasann/node-nest
- Owner: thutasann
- Created: 2024-06-28T13:59:02.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-11-04T13:22:29.000Z (14 days ago)
- Last Synced: 2024-11-04T13:40:04.862Z (14 days ago)
- Topics: graphql, jest, mongoose, nestjs, nodejs, nx-workspace, prisma, typeorm
- Language: TypeScript
- Homepage: https://nodejs-concepts.onrender.com
- Size: 2.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |