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

https://github.com/its-all-waves/bat-signal-app

The server coordinating comms between a web frontend and Arduino Cloud for Bat Signal aka dingDong
https://github.com/its-all-waves/bat-signal-app

bat-signal deno ding-dong dingdong server

Last synced: 5 months ago
JSON representation

The server coordinating comms between a web frontend and Arduino Cloud for Bat Signal aka dingDong

Awesome Lists containing this project

README

          

# Ding Dong / Bat Signal Server

## Run the Server Locally

- Install dependencies
- `npm i && deno cache`
- Start the dev server
- `deno task dev`

## Build & Run the Docker Container
- Build
`docker build -t ding-dong .`
- Run
- `docker run -p 80:8080 ding-dong`
- _OR_ `docker run -d --restart=always -p 80:8080 ding-dong`