An open API service indexing awesome lists of open source software.

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.

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
[![Sponsored by GitAds](https://gitads.dev/v1/ad-serve?source=ebalo55/cyberpath@github)](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.