Go to file
2024-12-01 19:37:41 +02:00
cmd/http-server Add settings/type routes and handlers 2024-11-30 16:37:31 +02:00
consts Add consts package with cookies name for session in it 2024-11-06 19:46:39 +02:00
db Add CANT_FIND_CURRENCY error to db.go and fix problem when initCurrencies returned CANT_FIND_METRIC 2024-12-01 13:22:41 +02:00
handlers Remame db.Metric.Value to db.Metric.Type 2024-12-01 13:20:52 +02:00
middleware Rework how AuthMiddleware works speeding it up using basic map runtime cache 2024-11-30 13:57:57 +02:00
tokens Add cleanup code to check if session from database is expired or not 2024-12-01 19:37:41 +02:00
types Remame db.Metric.Value to db.Metric.Type 2024-12-01 13:20:52 +02:00
utils Add sorts.go to utils package to use utils.DescendingOrder instead of writing it all every time 2024-12-01 11:39:31 +02:00
.gitignore Add *.bak rule to gitignore 2024-11-30 16:56:46 +02:00
go.mod Add sorts.go to utils package to use utils.DescendingOrder instead of writing it all every time 2024-12-01 11:39:31 +02:00
go.sum Add sorts.go to utils package to use utils.DescendingOrder instead of writing it all every time 2024-12-01 11:39:31 +02:00
Makefile Add instal-swag target to Makefile 2024-08-06 22:54:24 +03:00
README.md Changes in README.md 2024-11-27 12:20:09 +02:00

Fin-Check Golang API

REST API written in Golang + Gin + Swagger

Launch

make api-local