valitovgaziz 9b78a3cc11 new file: api/Dockerfile
new file:   api/bin/api.exe
	new file:   api/cmd/main.go
	new file:   api/go.mod
	new file:   api/go.sum
	new file:   api/src/configs/APIserver.go
	new file:   api/src/configs/DBconfig.go
	new file:   api/src/initializers/PGQL_DB.go
	new file:   api/src/initializers/Routing.go
	new file:   api/src/models/Contacts.go
	new file:   api/src/models/Essence.go
	new file:   api/src/models/Point.go
	new file:   api/src/models/authDataStructs.go
	new file:   api/src/models/user.go
	new file:   api/src/rt/admin/users.go
	new file:   api/src/rt/auth/Login.go
	new file:   api/src/rt/auth/Registr.go
	new file:   api/src/rt/auth/authAdminMiddlware.go
	new file:   api/src/rt/auth/authMiddleware.go
	new file:   api/src/rt/auth/auth_test.go
	new file:   api/src/rt/prf/AuthUserMiddleWare.go
	new file:   api/src/rt/prf/profile.go
	new file:   api/src/rt/srch/search.go
	new file:   api/src/storages/psql/psql.go
	new file:   docker-compose.yml

 Changes not staged for commit:
	modified:   ../.env
	deleted:    ../api/Dockerfile
	deleted:    ../api/Makefile
	deleted:    ../api/bin/api.exe
	deleted:    ../api/cmd/main.go
	deleted:    ../api/go.mod
	deleted:    ../api/go.sum
	deleted:    ../api/src/configs/APIserver.go
	deleted:    ../api/src/configs/DBconfig.go
	deleted:    ../api/src/initializers/PGQL_DB.go
	deleted:    ../api/src/initializers/Routing.go
	deleted:    ../api/src/models/Contacts.go
	deleted:    ../api/src/models/Essence.go
	deleted:    ../api/src/models/Point.go
	deleted:    ../api/src/models/authDataStructs.go
	deleted:    ../api/src/models/user.go
	deleted:    ../api/src/rt/admin/users.go
	deleted:    ../api/src/rt/auth/Login.go
	deleted:    ../api/src/rt/auth/Registr.go
	deleted:    ../api/src/rt/auth/authAdminMiddlware.go
	deleted:    ../api/src/rt/auth/authMiddleware.go
	deleted:    ../api/src/rt/auth/auth_test.go
	deleted:    ../api/src/rt/prf/AuthUserMiddleWare.go
	deleted:    ../api/src/rt/prf/profile.go
	deleted:    ../api/src/rt/srch/search.go
	deleted:    ../api/src/storages/psql/psql.go
	deleted:    ../db/docker-compose.yml
	modified:   ../docker-compose.yaml
movve file tino new directo for towo service rest api and d
2025-07-30 23:02:52 +05:00
2025-02-07 01:01:46 +05:00
2025-07-30 21:52:24 +05:00
2025-07-07 10:55:32 +05:00
2025-07-20 01:33:19 +05:00
2025-07-30 23:02:52 +05:00
2025-07-18 16:26:11 +05:00
2025-07-20 09:11:06 +05:00
2025-07-18 16:26:11 +05:00
2025-07-20 09:11:06 +05:00
2025-07-20 09:04:32 +05:00
2025-07-18 16:26:11 +05:00
2025-07-18 16:26:11 +05:00

Microservices on docker-compose.

before start your need to set .env file with your VARIABLES

build and start with command: make

need to see conf for nginx and change link to keycloak

S
Description
No description provided
Readme 154 MiB
Languages
Go 65.8%
HTML 26.8%
Shell 3.4%
Dockerfile 3%
Makefile 1%