The Change Request API provides REST APIs to integrate Change Request Managment and VectorLink with TerminusDB
Clone the repository
git clone https://github.com/terminusdb/terminusdb-change-request-api.git
Install all the dependencies
cd terminusdb-change-request-api
npm install
Build the server
Rename ENV.local to .env
cp ENV.local .env
npm run build
Run the server
npm run start
The server will run on port http://localhost:3035
OpenAPI documentation is available in http://localhost:3035/api-documentation