Cursor-rules
PromptBeginner5 minmarkdown
Repo rules
- This provisioning code is designed to run on Manjaro Linux.
1
- Do NOT create, alter, or drop any tables
Sign in to like and favorite skills
- This provisioning code is designed to run on Manjaro Linux.
.llmrules
Code Style and Structure
backend/config/database.jsdrug_id, drug_name, dosage, form, manufacturer, base_price, category_id, image_path
inventory_id, batch_id, drug_id, stock_level, expiry_date, reorder_level, date_received
order_id, account_id, order_date, discount, total_amount
order_detail_id, inventory_id, quantity, order_id, unit_price
pharmacist_id, first_name, last_name, phone_number, email, license_number
order_id, payment_type_id, amount_paid, change_amount
payment_type_id, payment_type
category_id, category_name
account_id, username, password, pharmacist_id, is_active, role, created_at, updated_at, last_login
backend/config/database.js for all database connectionsbackend/ folderbackend/routes/backend/ directorybackend/middleware/backend/uploads/backend/logs/This is a Pharmacy Management System with:
The database is already working properly and should remain unchanged.