Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aliaks-ei/photo-message

Simple PWA (with Workbox) that uses device's camera to make the photo and attach it to the message
https://github.com/aliaks-ei/photo-message

bootstrap camera canvas css express html javascript jquery nodejs pwa toastr workbox

Last synced: about 2 months ago
JSON representation

Simple PWA (with Workbox) that uses device's camera to make the photo and attach it to the message

Awesome Lists containing this project

README

        

# Photo message
Simple photo-caption PWA (with Workbox) that uses device's camera to make photo and attach it to the message.

> ⚠️ Create an empty file `server/db/db.json` from template `server/db/db.json.tmpl`.

### Install dependencies
```
npm install
```

### Build service worker
```
npm run build
```

### Run application
```
npm start
```