Commit Graph

561 Commits

Author SHA1 Message Date
valitovgaziz fe28795b84 modified: serv_nginx/api_bb/internal/handlers/auth.go
change request json to snake case form first_name to firstName and from
last_name to lastName
2025-10-10 05:24:53 +05:00
valitovgaziz 4274a345a9 modified: serv_nginx/api_bb/internal/handlers/auth.go
add import bytes and io
2025-10-10 05:16:22 +05:00
valitovgaziz 30de2eafdf new file: begushiybashkir/bbvue/.env
modified:   begushiybashkir/bbvue/src/stores/auth.js
	modified:   serv_nginx/api_bb/internal/handlers/auth.go
fix auth api_bb for debug info
2025-10-10 05:14:00 +05:00
valitovgaziz 38c1e43ec2 modified: begushiybashkir/bbvue/src/stores/auth.js
modified:   begushiybashkir/bbvue/src/views/Register.vue
	modified:   serv_nginx/api_bb/internal/handlers/auth.go
	modified:   serv_nginx/api_bb/internal/models/user.go
	modified:   serv_nginx/api_bb/internal/service/auth_service.go
fix some register bags and set debag info loggers
2025-10-10 04:48:42 +05:00
valitovgaziz b7252c7900 modified: serv_nginx/api_bb/internal/handlers/auth.go
modified:   serv_nginx/api_bb/pkg/middleware/middleware.go
set Access-Controll-Allow-Origin Origin
Allow-Credentials true
2025-10-10 03:18:34 +05:00
valitovgaziz 0e067c7477 modified: begushiybashkir/bbvue/package-lock.json
modified:   begushiybashkir/bbvue/package.json
	modified:   begushiybashkir/bbvue/src/main.js
	modified:   begushiybashkir/bbvue/src/router/index.js
	new file:   begushiybashkir/bbvue/src/stores/auth.js
	new file:   begushiybashkir/bbvue/src/stores/user.js
	modified:   begushiybashkir/bbvue/src/views/Login.vue
	modified:   begushiybashkir/bbvue/src/views/Profile.vue
	new file:   begushiybashkir/bbvue/src/views/ProfileEdit.vue
	modified:   begushiybashkir/bbvue/src/views/Register.vue
	modified:   serv_nginx/api_bb/bin/bb_api
	modified:   serv_nginx/api_bb/internal/handlers/auth.go
add axios, pinia store for user, auth, editProfile page
2025-10-10 01:30:30 +05:00
valitovgaziz affaa2679e modified: begushiybashkir/bbvue/src/views/Profile.vue
add photo path and names into profile page
2025-10-09 20:29:39 +05:00
valitovgaziz 6656dfbc7c modified: begushiybashkir/bbvue/src/views/Profile.vue
add profile page for begushiybashkir site
2025-10-09 06:01:46 +05:00
valitovgaziz 700e404a06 add rest api for api_bb vue a lot of files 2025-10-09 05:59:40 +05:00
valitovgaziz 654c682b05 modified: begushiybashkir/bbvue/src/views/Home.vue
modified:   serv_nginx/api_bb/internal/handlers/health.go
fix bachground photo path
2025-10-08 05:37:08 +05:00
valitovgaziz 7ec95ab722 modified: internal/routes/routes.go
add to v1/check the check function
2025-10-08 04:26:16 +05:00
valitovgaziz d5e11e992a modified: internal/routes/routes.go
health rounter from "/" and v1 anather
2025-10-08 04:15:50 +05:00
valitovgaziz 8b0de935bc modified: internal/routes/routes.go
health rount and /v1
2025-10-08 04:13:24 +05:00
valitovgaziz dabec4a74b modified: internal/routes/routes.go
chage rount into api_bb delete dbouble api
2025-10-08 04:04:13 +05:00
valitovgaziz 75aac825dd modified: Dockerfile
modified:   go.mod
	modified:   go.sum
change docker file delete CGO=0
2025-10-08 03:41:42 +05:00
valitovgaziz 6dd5f64ddb modified: serv_nginx/api_bb/cmd/main.go
modified:   serv_nginx/api_bb/go.mod
	modified:   serv_nginx/api_bb/go.sum
	modified:   serv_nginx/api_bb/internal/config/config.go
	modified:   serv_nginx/api_bb/pkg/database/database.go
change database to postgresql form sqlite
2025-10-08 03:35:39 +05:00
valitovgaziz abe5551619 modified: serv_nginx/api_bb/Dockerfile
change name ot main.go form server into dockerfile api_bb
2025-10-08 03:29:57 +05:00
valitovgaziz 91a373113f modified: serv_nginx/api_bb/Dockerfile
change cgo_enabled=1 to and goos=linux
2025-10-08 03:27:32 +05:00
valitovgaziz 48d820da75 modified: serv_nginx/api_bb/Dockerfile
dockerfile is fixed
2025-10-08 02:40:07 +05:00
valitovgaziz 13a2db15c0 modified: serv_nginx/nginx/nginx-ssl.conf
fix the path to api_bb ito begushiybashkir.ru location
2025-10-08 02:37:49 +05:00
valitovgaziz 4c1d04b0ec modified: serv_nginx/nginx/nginx-ssl.conf
add new location for rest api begushiybashkir.ru
2025-10-08 02:35:19 +05:00
valitovgaziz b30591432a modified: serv_nginx/docker-compose.yml
chang path for health check pint
2025-10-08 02:31:09 +05:00
valitovgaziz d5c768234b new file: serv_nginx/api_bb/Dockerfile
modified:   serv_nginx/docker-compose.yml
change docker compose yaml file, and add Dockerfile for api_bb
2025-10-08 02:25:56 +05:00
valitovgaziz 5e77a36b6a new file: serv_nginx/api_bb/bin/bb_api
modified:   serv_nginx/api_bb/internal/routes/routes.go
	new file:   serv_nginx/api_bb/sqlite
add bb_api routing check endpoint and create Makefile
2025-10-08 01:15:53 +05:00
valitovgaziz 23d68e53ab add bb_api rest api for begushiybashkir 2025-10-07 05:23:40 +05:00
valitovgaziz de0c992db9 modified: begushiybashkir/bbvue/src/views/About.vue
change paht with method getImageUrl
2025-10-07 04:24:41 +05:00
valitovgaziz e2fe264657 modified: begushiybashkir/bbvue/src/views/About.vue
about add getUrl method
2025-10-07 04:16:22 +05:00
valitovgaziz 400a95786d modified: begushiybashkir/bbvue/src/views/Gallery.vue
modified:   begushiybashkir/bbvue/vite.config.js
set public path
2025-10-07 04:09:50 +05:00
valitovgaziz 5dd4597686 moove images to public 2025-10-07 03:40:53 +05:00
valitovgaziz f3ef6ef7ca modified: src/views/Gallery.vue
set base url
2025-10-07 03:29:55 +05:00
valitovgaziz 639b8bb5dd modified: src/views/Gallery.vue
change path
2025-10-07 03:20:57 +05:00
valitovgaziz 0d497f1402 modified: src/views/Gallery.vue
change path for images slider to ../.. for dist
2025-10-07 03:17:27 +05:00
valitovgaziz 5db6f3bc1d modified: src/views/Gallery.vue
add some slash into paths
2025-10-07 03:14:29 +05:00
valitovgaziz 2be5fc525a add ../as.... 2025-10-07 03:11:37 +05:00
valitovgaziz 391012f8e1 delte src into begushiybashkir directory 2025-10-07 03:05:56 +05:00
valitovgaziz 23afe1b7eb modified: begushiybashkir/bbvue/src/views/Gallery.vue
add console.log
2025-10-07 02:59:47 +05:00
valitovgaziz 6476eea1f2 change names workout to slider 2025-10-07 02:17:36 +05:00
valitovgaziz fc0af1adcf add training photo into begushiybashkir site 2025-10-07 01:24:30 +05:00
valitovgaziz 24b0e59e35 delete and modify 2025-10-06 04:48:45 +05:00
valitovgaziz bca9161416 yalarba.ru front set new auth.store and auth.service 2025-10-06 04:44:30 +05:00
valitovgaziz 9065f34365 set new path for proxy pass and location, with slash in the end of paths 2025-10-06 02:48:10 +05:00
valitovgaziz 85c7c9cfb7 modified: serv_nginx/serv_golang_rest_api/internal/server/server.go
:
2025-10-06 02:28:49 +05:00
valitovgaziz c31699c918 modified: serv_nginx/docker-compose.yml
revese conteiner name and app-network name
2025-10-06 02:19:34 +05:00
valitovgaziz 27bc4c47c3 modified: serv_nginx/docker-compose.yml
set rest api name as api
2025-10-06 02:06:43 +05:00
valitovgaziz c78fb72401 modified: serv_nginx/serv_golang_rest_api/internal/server/server.go
rest api set rountin with /api/v1
2025-10-06 01:57:20 +05:00
valitovgaziz 4208527e35 modified: serv_nginx/nginx/nginx-ssl.conf
delete resolver
2025-10-06 01:34:50 +05:00
valitovgaziz 9be4a06742 modified: serv_nginx/serv_golang_rest_api/internal/server/server.go
change rountin into api
2025-10-06 01:30:58 +05:00
valitovgaziz b1dd054f17 modified: serv_nginx/nginx/nginx-ssl.conf
set proxy_pass to api:8080
2025-10-06 01:20:57 +05:00
valitovgaziz 7a861540d3 modified: serv_nginx/nginx/nginx-ssl.conf
set path /api proxy_pass to 0.0.0.0:8888
2025-10-06 01:12:11 +05:00
valitovgaziz 54a209ac65 modified: serv_nginx/nginx/nginx-ssl.conf
set localhost:8888 to api proxy_pass
2025-10-06 01:08:58 +05:00