Skip to content

dangtranhuu/Invenly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 Invenly – Smart Inventory Management System

Invenly là hệ thống quản lý vật phẩm thông minh giúp tổ chức dễ dàng theo dõi, nhập liệu, mượn trả và kiểm kê vật phẩm như sách, quà tặng, hoặc vật tư nội bộ. Tích hợp tính năng quét mã QR và nhập dữ liệu hàng loạt qua file Excel.


🔗 Demo


🧰 Tech Stack


⚙️ Getting Started (Local Dev)

1. Clone repo

git clone https://github.com/yourname/invenly.git
cd invenly

2. Setup Frontend

cd invenly-frontend
cp .env.local.example .env.local
# Update .env.local with your API url
npm install
npm run dev

3. Setup Backend

cd invenly-backend
cp .env.example .env
# Update MongoDB URI, JWT secret, Cloudinary keys
npm install
npm run dev

✨ Core Features

  • ✅ Đăng nhập & phân quyền

  • 📚 Quản lý vật phẩm theo loại (sách, quà, vật tư,…)

  • 📥 Nhập dữ liệu hàng loạt từ Excel

  • 🧾 Gán mã QR và quét QR để truy cập thông tin nhanh

  • 🖼 Cập nhật ảnh từng vật phẩm

  • 📊 Trang xem thư viện sách với tìm kiếm nâng cao

  • 🧩 Quản lý thuộc tính động cho mỗi vật phẩm

  • 🗑 Xoá mềm (soft delete)

📂 Folder Structure

invenly/
├── invenly-frontend/   # Next.js client app
└── invenly-backend/    # Express REST API server

🧪 API Preview

Xem chi tiết tại đây

👨‍💻 Contributing

PRs and issues welcome. Please follow coding standards and keep commits atomic.

📜 License

MIT © dangth.dev

Releases

No releases published

Packages

No packages published