This application provides a RestFUL READ-ONLY Web API for navigating and linking complex Cybersecurity Frameworks, Control Sets and Documentation.
Install the latest LTS version of Node.js on your Windows, Mac or Linux system.
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
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:
TBD