Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 916 Bytes

README.md

File metadata and controls

55 lines (38 loc) · 916 Bytes

acep-infosec-documap-api

Cybersecurity Documentation Mapping API

This application provides a RestFUL READ-ONLY Web API for navigating and linking complex Cybersecurity Frameworks, Control Sets and Documentation.

Getting Started

Requirements

Install the latest LTS version of Node.js on your Windows, Mac or Linux system.

Node Version Manager (Alternate method)

Install NVM

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash

Install Latest Node for you user.

nvm install --lts

API Installation

Clone the code

git clone [email protected]:acep-uaf/acep-infosec-documap-api.git

Cd to code directory

cd acep-infosec-documap-api

Install dependencies

npm install

Run the API

node index.js

Point your browser to:

Configuration

TBD