wag-managment-api-service-version-3
Go to file
berkay fbd0e336e0 error raise now locates loc 2025-01-16 19:49:21 +03:00
.idea app apis and service stroe updated 2025-01-08 17:00:14 +03:00
ApiServices error raise now locates loc 2025-01-16 19:49:21 +03:00
StoreServices app apis and service stroe updated 2025-01-08 17:00:14 +03:00
a_project_files database and services updated and tested 2025-01-08 21:35:11 +03:00
api_configs auth service up running 2025-01-10 14:17:22 +03:00
api_events error raise now locates loc 2025-01-16 19:49:21 +03:00
api_library auth service up running 2025-01-10 14:17:22 +03:00
api_objects error raise now locates loc 2025-01-16 19:49:21 +03:00
api_services mongo updated 2025-01-10 20:52:45 +03:00
api_validations error raise now locates loc 2025-01-16 19:49:21 +03:00
databases error raise now locates loc 2025-01-16 19:49:21 +03:00
service_app_init error raise now locates loc 2025-01-16 19:49:21 +03:00
testers mongo updated 2025-01-10 20:52:45 +03:00
.gitignore Initial commit 2025-01-08 10:15:58 +00:00
LICENSE Initial commit 2025-01-08 10:15:58 +00:00
README.md mongo updated 2025-01-10 20:52:45 +03:00
api-docker-compose.yml error raise now locates loc 2025-01-16 19:49:21 +03:00
pyproject.toml validations and dockerfiles are updated 2025-01-10 12:40:52 +03:00
pytest.ini validations and dockerfiles are updated 2025-01-10 12:40:52 +03:00
run_auth_service.sh mongo updated 2025-01-10 20:52:45 +03:00
setup.py validations and dockerfiles are updated 2025-01-10 12:40:52 +03:00

README.md

Add: uv pip install -r pyproject.toml

  • Run Store Services

On debian

docker compose -f ./StoreServices/debian-docker-compose.yml up --build -d

On Linux

docker compose -f ./StoreServices/local-docker-compose.yml up --build -d

Connectors:

commercial_main_mongo_service: http://10.10.2.36:11777 commercial_main_memory_service: http://10.10.2.36:11222 postgres_main_commercial: http://10.10.2.36:5444

make sure set lang and timezone on login BaseMixin || CrudMixin add http_exception = fastapi.HTTPException

status = fastapi.status

On debian

docker compose -f ./ApiServices/debian-docker-compose.yml up --build -d

On Linux

docker compose -f ./ApiServices/local-docker-compose.yml up --build -d

http://localhost:1111/docs | wag_management_auth_service http://localhost:1112/docs | wag_management_event_service http://localhost:1113/docs | wag_management_validation_service

docker compose -f ./api-docker-compose.yml up --build -d

pytest -v testers/authentication/test_login.py