ระบบจัดการการสั่งซื้อและรับเสื้อสำหรับ SMOCP (Student Major Organization - Computer Programming)
- จัดการสถานะการรับสินค้า (pending, picked_up, shipping, shipped)
- กำหนดวันที่รับของ (datapickup)
- ซิงค์ข้อมูลระหว่างหลายเครื่อง
- Export ข้อมูลเป็น Excel
- Responsive design รองรับมือถือ
- ระบบ backup อัตโนมัติทุก 30 วินาที
- รองรับ deployment บน Vercel
npm install
npm run dev
เปิด http://localhost:3000 เพื่อดูเว็บไซต์
npm run build
npm start
- Push โค้ดขึ้น GitHub
- เข้า Vercel Dashboard
- Import project จาก GitHub
- Vercel จะ deploy อัตโนมัติ
หมายเหตุ: ระบบได้ปรับให้รองรับ Vercel โดยใช้ in-memory storage และ /tmp
directory
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.