Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
47 changes: 47 additions & 0 deletions libs/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,48 @@
# Libs

Thư viện là những package mà pnstack xây dựng để hỗ trợ phát triển ứng dụng.

## React Native

- **[react-native-table](https://github.com/pnstack/react-native-table)** - Component table cho React Native với Expo
- **[react-native-form](https://github.com/pnstack/react-native-form)** - Component form cho React Native

## NestJS Services

### Authentication
- **[nestjs-auth-service](https://github.com/pnstack/nestjs-auth-service)** - Service xác thực được xây dựng với NestJS, Prisma, GraphQL và PostgreSQL

### Storage
- **[nestjs-storage-service](https://github.com/pnstack/nestjs-storage-service)** - Service lưu trữ với NestJS và S3

### Search
- **[nestjs-search-service](https://github.com/pnstack/nestjs-search-service)** - Service tìm kiếm với NestJS

### Email
- **[nestjs-mail-service](https://github.com/pnstack/nestjs-mail-service)** - Service gửi email với NestJS

## Machine Learning

- **[mlenv](https://github.com/pnstack/mlenv)** - Môi trường và toolkit machine learning toàn diện với Python packaging và containerized deployment

## Sử dụng Libraries

### NPM Packages

Để sử dụng các package JavaScript/TypeScript:

```bash
npm install @pnstack/<package-name>
```

### Python Packages

Để sử dụng các package Python:

```bash
pip install <package-name>
```

## Đóng góp

Chúng tôi hoan nghênh mọi đóng góp! Vui lòng xem hướng dẫn đóng góp trong từng repository.
4 changes: 0 additions & 4 deletions libs/react-native-table.md

This file was deleted.

83 changes: 82 additions & 1 deletion templates/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,84 @@
# Templates

Templates là nơi chúng mình xây dựng những template từ những công nghệ phổ biến giúp mọi người có thể bắt đầu phát triển một project nhanh hơn
Templates là nơi chúng mình xây dựng những template từ những công nghệ phổ biến giúp mọi người có thể bắt đầu phát triển một project nhanh hơn.

## Web Development

### Frontend Frameworks

- **[template-next-ts-tailwind](https://github.com/pnstack/template-next-ts-tailwind)** - Template Next.js với TypeScript và TailwindCSS
- **[template-svelte-tailwind-ts](https://github.com/pnstack/template-svelte-tailwind-ts)** - Template Svelte với Tailwind và TypeScript
- **[template-antd-pro](https://github.com/pnstack/template-antd-pro)** - Template Ant Design Pro
- **[template-turbo-ui](https://github.com/pnstack/template-turbo-ui)** - Template Turborepo UI
- **[template-docusaurus](https://github.com/pnstack/template-docusaurus)** - Template Docusaurus để tạo documentation site

### Backend Frameworks

- **[template-node-typescript](https://github.com/pnstack/template-node-typescript)** - Template Node.js với TypeScript
- **[template-nest-prisma](https://github.com/pnstack/template-nest-prisma)** - Template NestJS với Prisma và GraphQL
- **[template-nest-mongodb](https://github.com/pnstack/template-nest-mongodb)** - Template NestJS với MongoDB
- **[template-nest-base](https://github.com/pnstack/template-nest-base)** - Template NestJS base
- **[template-django](https://github.com/pnstack/template-django)** - Template Django với Django REST Framework

### Fullstack

- **[template-fullstack-appwrite](https://github.com/pnstack/template-fullstack-appwrite)** - Template fullstack sử dụng Appwrite

## Mobile Development

- **[template-react-native](https://github.com/pnstack/template-react-native)** - Template React Native

## Desktop Development

- **[template-electron](https://github.com/pnstack/template-electron)** - Template Electron
- **[hello-tauri](https://github.com/pnstack/hello-tauri)** - Template Tauri

## Game Development

- **[template-web-game](https://github.com/pnstack/template-web-game)** - Template để phát triển web game
- **[template-bevy](https://github.com/pnstack/template-bevy)** - Template Bevy game engine (Rust)

## Cloud & Serverless

### AWS
- **[aws-function-template](https://github.com/pnstack/aws-function-template)** - Monorepo cho AWS Lambda functions với Terraform

### Cloudflare
- **[cf-worker-mcp-template](https://github.com/pnstack/cf-worker-mcp-template)** - Template Cloudflare Workers với routes, utils, services, bindings (KV/D1/R2)

### IBM Cloud
- **[template-ibm-faas-go](https://github.com/pnstack/template-ibm-faas-go)** - Template IBM FaaS với Go
- **[template-ibm-faas-node](https://github.com/pnstack/template-ibm-faas-node)** - Template IBM FaaS với Node.js
- **[template-ibm-faas-python](https://github.com/pnstack/template-ibm-faas-python)** - Template IBM FaaS với Python

## AI & Machine Learning

- **[template-pytorch-model](https://github.com/pnstack/template-pytorch-model)** - Template AI project với PyTorch

## Blockchain

- **[template-solidity](https://github.com/pnstack/template-solidity)** - Template Solidity với Hardhat

## IoT & Embedded

- **[template-esp32-project](https://github.com/pnstack/template-esp32-project)** - Template cho ESP32 project

## Programming Languages

- **[template-python](https://github.com/pnstack/template-python)** - Template Python project với Docker và GitHub Actions
- **[template-rust](https://github.com/pnstack/template-rust)** - Template Rust starter
- **[template-latex](https://github.com/pnstack/template-latex)** - Template LaTeX

## Infrastructure

- **[template-docker](https://github.com/pnstack/template-docker)** - Template Docker

## Sử dụng Templates

Bạn có thể sử dụng CLI tool của chúng tôi để khởi tạo project:

```bash
npx create-pnstack
```

Hoặc clone trực tiếp từ GitHub và bắt đầu development!
38 changes: 0 additions & 38 deletions templates/template-node-typescript.md

This file was deleted.

36 changes: 36 additions & 0 deletions tools/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# Tools

Tools là những công cụ mà pnstack xây dựng để hỗ trợ phát triển và vận hành.

## CLI Tools

- **[create-pnstack](https://github.com/pnstack/create-pnstack)** - CLI tool để tạo Professional Node Stack project một cách nhanh chóng

```bash
npx create-pnstack
```

- **[pntools](https://github.com/pnstack/pntools)** - Bộ công cụ đa năng của pnstack

## Web Tools

- **[web-capture](https://github.com/pnstack/web-capture)** - Công cụ capture web page sử dụng Playwright và Express
- **[capture-page-tools](https://github.com/pnstack/capture-page-tools)** - Công cụ capture page với Python
- **[it-tools-app](https://github.com/pnstack/it-tools-app)** - Ứng dụng IT tools được xây dựng bằng Rust

## QR Code

- **[qr-tools](https://github.com/pnstack/qr-tools)** - Công cụ quét và giải mã QR code sử dụng Python

## DevOps & Infrastructure

- **[docker-volume-backup](https://github.com/pnstack/docker-volume-backup)** - Công cụ backup Docker volumes
- **[actions](https://github.com/pnstack/actions)** - GitHub Actions workflows
- **[codespace](https://github.com/pnstack/codespace)** - Android SDK devcontainer feature

## AI & Machine Learning

- **[llm-image](https://github.com/pnstack/llm-image)** - Công cụ xử lý image với LLM
- **[mlenv](https://github.com/pnstack/mlenv)** - Môi trường machine learning toolkit với Docker
- **[colab-starter](https://github.com/pnstack/colab-starter)** - Jupyter Notebook starter cho Google Colab

## Data & Scraping

- **[crawler-service](https://github.com/pnstack/crawler-service)** - Opensource crawler service
5 changes: 0 additions & 5 deletions tools/qr-tools.md

This file was deleted.

Loading
Loading