This is a simple server that serves as the backend for drawDB. It has 2 functions:
- Send bug reports via mail
- Handle interfacing with the GitHub rest api
Set up the environment variables following .env.sample
git clone https://github.com/drawdb-io/drawdb-server.git
cd drawdb-server
npm install
npm start