# drawdb-server **Repository Path**: jlms/drawdb-server ## Basic Information - **Project Name**: drawdb-server - **Description**: 如果需要实现共享功能,需要部署drawdb-server端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-07 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a simple server that serves as the backend for drawDB. It has 2 functions: 1. Send bug reports via mail 2. Handle interfacing with the GitHub rest api ### Get started Set up the environment variables following `.env.sample` ```bash git clone https://github.com/drawdb-io/drawdb-server.git cd drawdb-server npm install npm start ```