https://github.com/terminusdb/terminusdb-change-request-api
https://github.com/terminusdb/terminusdb-change-request-api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/terminusdb/terminusdb-change-request-api
- Owner: terminusdb
- License: apache-2.0
- Created: 2023-06-29T11:44:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T04:23:47.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T17:54:08.423Z (about 1 year ago)
- Language: JavaScript
- Size: 424 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terminusdb-change-request-api
The Change Request API provides REST APIs to integrate Change Request Managment and VectorLink with TerminusDB
## Setting up terminusdb-change-request-api
**Clone the repository**
```sh
git clone https://github.com/terminusdb/terminusdb-change-request-api.git
```
**Install all the dependencies**
```sh
cd terminusdb-change-request-api
npm install
```
**Build the server**
Rename ENV.local to .env
```sh
cp ENV.local .env
npm run build
```
**Run the server**
```sh
npm run start
```
The server will run on port http://localhost:3035
OpenAPI documentation is available in http://localhost:3035/api-documentation