Welcome to CyberPath, this project is dedicated to empowering individuals and organizations in their cybersecurity journey. Our mission is to provide accessible resources, tools and more to help you navigate the complex world of cybersecurity certification and training.
- Public database: Access a comprehensive database of cybersecurity certifications, training programs, and resources, search by acronym, provider, title or career path and find the information you need to advance your career.
- Community contributions: Contribute to the platform by adding new certifications, training programs, and resources, to help others in their cybersecurity journey.
Although CyberPath is an OpenSource project and you can install it and run it locally, we recommend using the official website for the best experience.
The website is updated automatically with every new release, and you can access the latest features and resources without the need to install anything. Additionally, the website contains all the precompiled metadata of the certifications easily accessible via a simple fetch request.
If you still want to run the platform locally, you can follow the instructions below.
- Clone the repository:
git clone https://github.com/ebalo55/cyberpath.git
- Navigate into the directory:
cd cyberpath
- Install the necessary dependencies, pnpm is required:
pnpm install
Once installed, you can start exploring the resources available in CyberPath. The platform is designed to be user-friendly, allowing you to easily navigate through it.
If you've chosen to deploy it locally then you'll have to run:
pnpm run dev
And access it at: localhost:4321
We welcome contributions from everyone! If you have ideas for improvements, new features, or simply want to add some courses or certifications than you should check our contribution guidelines
This project is licensed under the MIT License - see the LICENSE file for details.
For more information, questions, or feedback, please reach out via:
- Email: [email protected]
Thank you for visiting CyberPath! We look forward to your contributions and hope you find our resources helpful in your cybersecurity endeavors.