Go to file
2024-11-30 16:37:31 +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 db.SettingsTypeFilter struct to db package 2024-11-30 16:36:55 +02:00
handlers Add settings/type routes and handlers 2024-11-30 16:37:31 +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 tokens.SESSION_DURATION_IN_SECONDS to tokens package and made cookies sent to front and in db session duration to be in sync 2024-11-30 16:36:22 +02:00
types Add types.SettingsTypeFilter struct 2024-11-30 16:37:11 +02:00
utils Create util package 2024-08-03 09:53:08 +03:00
.gitignore Add ignoring of *.log files in gitignore 2024-11-08 17:07:00 +02:00
go.mod Change name of module 2024-11-04 17:55:14 +02:00
go.sum Remove cfyne as it will be anothe application. 2024-08-12 18:32:00 +03: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