Skip to content

Files

Latest commit

dd013a6 · Jun 25, 2025

History

History
21 lines (15 loc) · 416 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 416 Bytes

This is a simple server that serves as the backend for drawDB. It has 2 functions:

  1. Send bug reports via email
  2. Handle interfacing with the GitHub REST API

Getting Started

Set up the environment variables by following .env.sample

git clone https://github.com/drawdb-io/drawdb-server.git
cd drawdb-server
npm install
npm start

Docker Compose run in dev

docker compose up -d