Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertarakelyan/goldwatcher-go-desktop-app
A simple Gold tracking desktop App which uses goldprice.org APIs, written in Go and Fyne using embedded SQLite for keeping all the date in users machines.
https://github.com/albertarakelyan/goldwatcher-go-desktop-app
crud desktop-application embedded-database fyne go goldprice sqlite
Last synced: 23 days ago
JSON representation
A simple Gold tracking desktop App which uses goldprice.org APIs, written in Go and Fyne using embedded SQLite for keeping all the date in users machines.
- Host: GitHub
- URL: https://github.com/albertarakelyan/goldwatcher-go-desktop-app
- Owner: AlbertArakelyan
- Created: 2024-09-23T18:13:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T17:24:11.000Z (3 months ago)
- Last Synced: 2024-11-24T18:14:21.302Z (about 1 month ago)
- Topics: crud, desktop-application, embedded-database, fyne, go, goldprice, sqlite
- Language: Go
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoldWatcher
A simple Gold tracking desktop App which uses goldprice.org APIs, written in Go and Fyne using embedded SQLite for keeping all the data related to Gold purchases in users machines.## ▶️ Running and Installing
- Run the following command for aligning dependencies
```bash
go mod tidy
```- Then run following commands for running or building the app
```bash
make run # for running the app
make build # for building the app
```You can find configs for building the app in `Makefile`.
### In this repo you can find various solutions and use them in your projects such as
- How to connect embedded **SQLite** DB to your Go application and do basic CRUD operations
- How to write **SQL queries** directly in your Go application
- Usage of different and various features of **Fyne** library for full desktop experience---
**Feeling lucky?** Give it a star ⭐ and fork for adding something from your side 😊.