An open API service indexing awesome lists of open source software.

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

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
```