https://github.com/drawdb-io/drawdb-server
Simple server to handle form submissions via email and gist sharing
https://github.com/drawdb-io/drawdb-server
Last synced: 3 months ago
JSON representation
Simple server to handle form submissions via email and gist sharing
- Host: GitHub
- URL: https://github.com/drawdb-io/drawdb-server
- Owner: drawdb-io
- License: mit
- Created: 2023-08-15T19:10:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-24T17:32:52.000Z (5 months ago)
- Last Synced: 2025-09-03T06:31:26.036Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 149 KB
- Stars: 132
- Watchers: 5
- Forks: 49
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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`
```bash
git clone https://github.com/drawdb-io/drawdb-server.git
cd drawdb-server
npm install
npm start
```
### Docker Compose run in dev
```bash
docker compose up -d
```