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.
- Host: GitHub
- URL: https://github.com/jempe/shopping_list
- Owner: jempe
- Created: 2022-01-06T23:23:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T14:56:01.000Z (over 4 years ago)
- Last Synced: 2025-08-02T04:43:04.434Z (11 months ago)
- Topics: shopping-list, webapp, websocket
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```