Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# GoldWatcher





Go
SQLite


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 😊.