https://github.com/ebalo55/cyberpath
A public database of cybersecurity certifications, featuring descriptions, career paths and more.
https://github.com/ebalo55/cyberpath
career-development career-path cybersecurity opensource
Last synced: 11 months ago
JSON representation
A public database of cybersecurity certifications, featuring descriptions, career paths and more.
- Host: GitHub
- URL: https://github.com/ebalo55/cyberpath
- Owner: ebalo55
- License: other
- Created: 2024-09-19T18:23:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-12T06:38:16.000Z (about 1 year ago)
- Last Synced: 2025-06-12T07:40:42.462Z (about 1 year ago)
- Topics: career-development, career-path, cybersecurity, opensource
- Language: MDX
- Homepage: http://cyberpath-hq.com/
- Size: 69.9 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# CyberPath
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.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
## GitAds Sponsored
[](https://gitads.dev/v1/ad-track?source=ebalo55/cyberpath@github)
## Features
- **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.
## Installation
Although CyberPath is an OpenSource project and you can install it and run it locally, we recommend using the
[official website](https://cyberpath-hq.com) 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.
1. Clone the repository:
```bash
git clone https://github.com/ebalo55/cyberpath.git
```
2. Navigate into the directory:
```bash
cd cyberpath
```
3. Install the necessary dependencies, pnpm is required:
```bash
pnpm install
```
## Usage
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:
```bash
pnpm run dev
```
And access it at: [localhost:4321](http://localhost:4321)
## Contributing
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](./CONTRIBUTING.md)
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE.md) file for details.
## Contact
For more information, questions, or feedback, please reach out via:
- Email: [support@cyberpath-hq.com](mailto:support@cyberpath-hq.com)
Thank you for visiting CyberPath! We look forward to your contributions and hope you find our resources helpful in your
cybersecurity endeavors.