Skip to content

trvannhanh/aquafarm-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation


AquaFarm
AquaFarm Management

Ứng dụng web quản lý trang trại thủy sản, hỗ trợ quản lý ao nuôi, nhật ký cho ăn, theo dõi môi trường, tiêu thụ và báo cáo thống kê.

Tính năngCông nghệCài đặtCách chạyCredits


🌊 Key Features

  • 🐟 Quản lý trang trại & ao nuôi: thông tin trang trại, ao nuôi, loại thủy sản.
  • 🧬 Tạo & phân bổ lứa nuôi: quản lý vòng đời nuôi trồng.
  • 🍽 Nhật ký cho ăn: ghi nhận loại thức ăn, số lượng, chi phí, lịch cho ăn.
  • 🌡 Theo dõi chỉ số môi trường: nhiệt độ, pH, oxy, độ mặn...
  • ❤️ Theo dõi sức khỏe thủy sản: ghi nhận tình trạng và bệnh dịch.
  • 💰 Tiêu thụ sản phẩm: quản lý thu hoạch, bán hàng, tính doanh thu và lợi nhuận.
  • 📊 Báo cáo thống kê: biến động môi trường, sản lượng, chi phí, doanh thu.

🛠 Tech Stack

  • Backend: ASP.NET Core MVC, Entity Framework (Database First)
  • Frontend: Razor Pages, Bootstrap 5, JavaScript
  • Database: SQL Server
  • IDE: Visual Studio 2022

⚙️ Installation

Trước khi chạy dự án, hãy cài đặt:


🚀 Usage

# Clone repository
$ git clone https://github.com/trvannhanh/AquaFarm-Management

# Mở solution bằng Visual Studio
# Cấu hình chuỗi kết nối SQL Server trong appsettings.json
"ConnectionStrings": {
  "DefaultConnection": "Server=.;Database=AquaFarmDB;Trusted_Connection=True;"
}

# Khởi tạo database (nếu dùng migration)
$ dotnet ef database update

# Run project
F5 hoặc dotnet run

About

Web app for aquaculture farm management built with ASP.NET Core MVC, EF Core, and SQL Server. Supports pond & batch management, feeding logs, environment tracking, harvest sales, and statistical reports.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors