Humcen CrossBorder IP is an innovative IP aggregator platform designed to streamline the process of applying for patents anywhere in the world. Our platform enhances the IP application experience for both IP professionals and customers, ensuring efficient and effective global patent management.
-
Intuitive and User-Friendly: Enjoy a sleek, easy-to-navigate interface that simplifies the IP application process for both professionals and clients. With a clean design and straightforward functionality, managing global IP rights has never been easier.
-
Global IP Application Tracking: Streamline the patent application process with automated tracking and filtering across multiple jurisdictions, saving you time and effort.
-
Engaging Client Experience: Provide a seamless and positive client experience with personalized communication and easy-to-use tools for managing IP portfolios.
-
Data-Driven Insights: Gain valuable insights into your IP portfolio and application processes with detailed analytics and reporting, helping you make informed decisions.
-
AI-Assisted Patent Filing: Our intelligent AI assistant helps IP professionals fill forms automatically with prompts based on different patent types and jurisdictions, reducing manual data entry and ensuring accuracy.
-
Cross-Border Collaboration: Facilitate seamless collaboration between IP professionals across different countries, ensuring smooth handling of international patent applications.
To install the project, clone the repository:
git clone https://github.com/sriramsenthill/Humcen-CrossBorder-IP.git
Before we begin, ensure you have the following installed:
-
Node.js and npm: Download and install the latest version from nodejs.org. Note that npm (Node Package Manager) is included with Node.js installation and is essential for managing project dependencies.
-
Git: Download and install Git from git-scm.com. Git is necessary for version control and cloning the project repository.
-
A Code Editor: We recommend Visual Studio Code, but you can use any editor of your choice that supports JavaScript development.
-
A Terminal or Command Prompt: This is where you'll execute most of the commands during setup and development.
Open your terminal and navigate to the desired location for your project:
mkdir humcen-project
cd humcen-project
Clone the project repository using Git:
git clone https://github.com/sriramsenthill/Humcen-CrossBorder-IP.git
Install the necessary dependencies for your MERN stack project:
- Open the
Humcen-CrossBorder-IP
directory:cd Humcen-CrossBorder-IP
- Run this command to install dependencies:
npm i --legacy-peer-deps
- Run this command:
npm run dev
This should start the client on your local host at port 3000(client).
With these steps completed, you should have the Humcen CrossBorder IP project up and running on your local machine. Happy developing!