This is a user-friendly website that simplifies the process of generating a variety of contracts. It offers a comprehensive platform for individuals, businesses, and organizations to create professional contracts quickly and effortlessly. With an extensive library of templates, users can select from a wide range of contract types tailored to specific industries and legal requirements.
By answering a series of straightforward questions, users can generate customized contracts in minutes. The platform ensures accuracy and compliance with regional laws and industry guidelines.
The generated contracts can be downloaded in different formats, such as PDF or Word, for easy integration into workflows. It prioritizes security and privacy, employing encryption and industry-standard security protocols to protect user data. By saving time and eliminating legal complexities, it offers convenience and peace of mind for contract generation.
- Clone the repository
git clone https://github.com/rohitkori/Contract-web-portal
- Installing pnpm globally
npm install -g pnpm
-
- Navigate to the frontend directory
cd Contract-web-portal
- Install dependencies
pnpm install
- Run the development server
pnpm run dev
The frontend will be served at localhost:5173
-
- Navigate to the backend directory
cd api
- Install dependencies
pnpm install
- Run the development server
pnpm start
The backend will be served at localhost:3000