ContractFlow is a modern solution designed to simplify how you manage and track project payments. From planning and budgeting to creating and paying contractors, ContractFlow provides the tools you need to handle your projects with confidence and ease.
- Project Planning: Define project scopes, set budgets, and track progress.
- Contractor Management: Easily create, manage, and pay your contractors.
- Payment Tracking: Keep a close eye on all payments, ensuring accuracy and transparency.
- Budgeting Tools: Stay within budget with comprehensive cost estimation and tracking.
To get started with ContractFlow, follow these simple steps:
-
Clone the repository:
git clone [repository-url]
-
Install the dependencies:
bun install
To run the application in development mode:
bun run devFor administrative purposes, you can reset user passwords directly from the command line:
bun password-reset.js <email> <new-password>Or using npm scripts:
bun run password-reset <email> <new-password>Examples:
# Reset password for a specific user
bun password-reset.js user@example.com newSecurePass123
# Using the npm script
bun run password-reset admin@company.com Admin2026!