https://github.com/simagix/mobile-signature
A web app to submit mobile signature and post to MQTT broker
https://github.com/simagix/mobile-signature
Last synced: 8 months ago
JSON representation
A web app to submit mobile signature and post to MQTT broker
- Host: GitHub
- URL: https://github.com/simagix/mobile-signature
- Owner: simagix
- Created: 2016-02-20T22:13:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-09T23:48:52.000Z (about 10 years ago)
- Last Synced: 2025-04-10T00:45:05.089Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mobile Signature
Mobile Signature is a mobile HTML5 web app to draw on canvas and upload the image to the server.
### Keywords
- HTML 5
- Node.js
- Express.js
- MQTT
### Installation
```
npm install
```
### Start Web Server
```
npm start
```
The default port is 3300, http://localhost:3300.
### Unit Test
```
npm test
```
### Docker Build
```
docker build -t mobile-signature .
```
### Docker Run
```
docker run -p 3300:3300 -d mobile-signature
```
### Build for Raspberry PI
```
docker build -t simagix/mobile-signature-rpi -f Dockerfile.rpi .
```