Compare commits

..

7 Commits

Author SHA1 Message Date
d3m0k1d e4c86fab5d chore: add dockerfile and ci
ci / build (push) Failing after 4m31s
ci / build (pull_request) Failing after 2m42s
2026-06-14 00:34:37 +03:00
Mephimeow 93cd169616 added readme 2026-06-13 18:38:20 +00:00
Mephimeow fe15c04168 added some govno to postgres 2026-06-13 18:31:22 +00:00
Mephimeow 17ffe35f5c postgres 2026-06-13 17:30:14 +00:00
Mephimeow a26cd891e4 added logout 2026-06-12 10:18:04 +00:00
Mephimeow 130d5d5e3d added refresh tocken 2026-06-12 10:01:21 +00:00
Mephimeow 8c3e4b7a5a JWT proto with login & registration 2026-06-12 09:12:18 +00:00
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ jobs:
- name: Run tests
run: go test ./...
- name: Build
run: go build ./cmd/backend
run: go build -o backend ./cmd/main.go
+1 -1
View File
@@ -1,4 +1,4 @@
PHONY: docs
docs:
swag init -g cmd/backend/main.go --output docs/
swag init -g cmd/main.go --output docs/
View File