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

https://github.com/jempe/shopping_list

Shopping List is real-time shopping list app built with the Golang QOR Framework, using WebSockets for device synchronization.
https://github.com/jempe/shopping_list

shopping-list webapp websocket

Last synced: 11 months ago
JSON representation

Shopping List is real-time shopping list app built with the Golang QOR Framework, using WebSockets for device synchronization.

Awesome Lists containing this project

README

          

# Shopping List

This shopping lists keeps in sync between multiple devices. It was created using Golang QOR Framework. It uses websockets to keep everything in sync.

The following YouTube video shows how it was created: https://www.youtube.com/watch?v=U6hPKK9dTMY

To install it you can use the following command

```
go get github.com/jempe/shopping_list
```