Skip to content

DANS-KNAW/rda-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

211 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDA Gateway

Backend service for the RDA TIGER project. Provides annotation management, vocabulary services, and document indexing for RDA domain-specific terms.

Prerequisites

  • Node.js 20+
  • pnpm
  • Docker and Docker Compose

Quick Start

# Install dependencies
pnpm install

# Copy environment variables
cp .env.example .env

# Start services with Docker Compose
docker compose up

The API runs on http://localhost:3000 by default.

API Documentation

Interactive API documentation is available at /api when the server is running.

Commands

# Development
pnpm run start:dev

# Production build
pnpm run build
pnpm run start:prod

# Run tests
pnpm run test
pnpm run test:e2e

# Lint and format
pnpm run lint
pnpm run format

Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages