Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.04 KB

README.md

File metadata and controls

64 lines (46 loc) · 1.04 KB

Curation Bot Backend

TypeScript-based backend service for the Curation Bot platform

Development

Prerequisites

  • Bun runtime installed
  • Node.js 18+

Setup & Running

  1. Install dependencies:
bun install
  1. Configure environment:
cp .env.example .env
  1. Start development server:
bun run dev

Testing

Run the test suite:

bun test

Run tests in watch mode during development:

bun test --watch

API documentation is available at /swagger when running the development server.