eurocollec is a web app to manage euros coins' collection. https://eurocollect.p0m.fr/
Go to file
Renovate Bot 91a447dc8e
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
Update module github.com/go-sql-driver/mysql to v1.8.1
2024-03-26 15:08:50 +00:00
api Bump to version 0.5 2021-07-17 00:39:33 +02:00
scripts Add a script to extract data from wikipedia 2019-01-27 21:31:33 +01:00
static Add a link to coins filter on stats page 2021-07-17 00:51:17 +02:00
struct New info about country: since 2021-06-16 12:45:58 +02:00
.drone-manifest.yml CD: Move to private registry 2021-09-15 18:17:39 +02:00
.drone.yml Remove arm build 2023-07-20 08:13:08 +00:00
.gitignore Use go module 2021-06-16 11:40:09 +02:00
Dockerfile Make go binaries lighter 2022-02-19 15:58:59 +01:00
README.md Add minimal README file 2019-02-19 20:11:04 +01:00
app.go Switch router to gin-gonic + clean the code 2021-06-16 12:45:58 +02:00
go.mod Update module github.com/go-sql-driver/mysql to v1.8.1 2024-03-26 15:08:50 +00:00
go.sum Update module github.com/go-sql-driver/mysql to v1.8.1 2024-03-26 15:08:50 +00:00
main.go Switch router to gin-gonic + clean the code 2021-06-16 12:45:58 +02:00
renovate.json Automerge some deps 2022-06-24 16:06:37 +02:00
static.go Add countries stats 2021-06-16 12:45:58 +02:00
static_dev.go Switch router to gin-gonic + clean the code 2021-06-16 12:45:58 +02:00
static_prod.go Switch router to gin-gonic + clean the code 2021-06-16 12:45:58 +02:00

README.md

Eurocollec

Explore your coins collection.

Building

go generate
go build