ĐĂNG NHẬP
Hệ thống quản lý thiết bị y tế chuyên nghiệp, phát triển với công nghệ hiện đại nhất 2024. Phù hợp cho bệnh viện, phòng khám, trung tâm y tế cần quản lý và theo dõi thiết bị y tế.
medical-equipment-system/ ├── frontend/ # NextJS 15 Frontend │ ├── src/ │ │ ├── app/ # App Router pages │ │ ├── components/# React components │ │ ├── contexts/ # Auth, Permission contexts │ │ ├── services/ # API services │ │ └── types/ # TypeScript types │ └── package.json ├── backend/ # NestJS Backend │ ├── src/ │ │ ├── auth/ # Authentication │ │ ├── equipment/ # Equipment module │ │ ├── maintenance/# Maintenance module │ │ ├── repair/ # Repair module │ │ └── ... │ ├── prisma/ # Database schema & migrations │ └── package.json └── docs/ # Documentation
XEM THÊM ==> Hướng dẫn cài đặt chi tiết
# Cài đặt PostgreSQL # Tạo database mới tên: medical_equipment
cd backend # Copy file env mẫu cp .env.example .env # Sửa file .env với thông tin database của bạn: DATABASE_URL="postgresql://user:password@localhost:5432/medical_equipment" JWT_SECRET="your-secret-key" # Cài đặt dependencies npm install # Chạy migration database npx prisma migrate dev # Seed dữ liệu mẫu npm run seed # Chạy server npm run start:dev
cd frontend # Cài đặt dependencies npm install # Copy file env cp .env.example .env.local # Sửa NEXT_PUBLIC_API_URL nếu cần NEXT_PUBLIC_API_URL=http://localhost:3001 # Chạy frontend npm run dev
Frontend: http://localhost:3000 Backend API: http://localhost:3001 Tài khoản mặc định: - Email: superadmin@hospital.com - Password: 123456
Liên hệ qua email hoặc Zalo nếu cần hỗ trợ cài đặt.
Nguồn: Topcode.vn
CODE NỔI BẬT
Source code quản lý nhà hàng react nodejs mysql website quản lý nhà hàng đặt bàn nhà hàng
Source code website bán sản phẩm số mã nguồn source code digital theme plugin ebook file âm thanh
Full code Web xem phim trực tuyến bằng Angular 19 full responsive - Tích hợp OMDb API
Source code website Portfolio Resume hồ sơ xin việc | Personal Portfolio website hồ sơ cá nhân CV xin việc
React Native app hỗ trợ luyện tập, ôn tập từ vựng tiếng anh
CODE GẦN GIỐNG