Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 765 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 765 Bytes

Dependency Graph

A web app that converts OpenAPI schema (JSON and YAML) to a Dependency Graph.

Installation

1. Clone the Repository

git clone https://github.com/akto-api-security/growth-tools/tree/tool/dependency-graph
cd dependency-graph

2. Install Dependencies

npm install

3. Set Environment Variables

Create a .env file in the root directory with the following content:

REACT_APP_BASE_API_URL=localhost:<PORT>
REACT_APP_OPENAPI_VALIDATOR_BASE_URL=localhost:<PORT>

This environment variable specifies the base URL for the API.

4. Run the Project

npm start

The project will be running at http://localhost:3000 by default.

5. Enjoy!