Bỏ qua

Prerequisites — Cài đặt trước khi bắt đầu

Danh sách tools cần có trên máy để chạy project.

Bắt buộc

1. Python 3.11+

python --version
# Python 3.11.x

Tải: python.org/downloads

Phiên bản tối thiểu

Project sử dụng pydantic-settings và các tính năng Python 3.11. Không hỗ trợ Python 3.9 trở xuống.

2. Node.js 18+ & npm

node --version
# v18.x hoặc v20.x

npm --version
# 9.x+

Tải: nodejs.org (chọn LTS)

3. PostgreSQL 14+

psql --version
# psql (PostgreSQL) 14.x+

Tải: postgresql.org/download

Windows

Cài qua installer, nhớ tick pgAdmin để có GUI quản lý database.

4. Git

git --version
# git version 2.x

Tùy chọn (khuyến khích)

Tool Mục đích Link
VS Code IDE chính code.visualstudio.com
pgAdmin GUI quản lý PostgreSQL Đi kèm PostgreSQL installer
Postman Test API endpoints postman.com

Extensions VS Code khuyến khích

  • Python (ms-python.python)
  • Pylance (ms-python.vscode-pylance)
  • ES7+ React/Redux snippets
  • Tailwind CSS IntelliSense
  • GitLens

✅ Đã cài đủ? → Tiếp tục Local Setup