Skip to content

BE service constructed with Clean Architecture. It additionally implemented 'Go SDK' as SDK which wrapped essential tools for dev to just pull and do things quicker without re-implementing essential utilities from scratch. Message Queuing system like NATS, OpenTelemetry Tracing and Redis Caching services were also implemented as extra features.

Notifications You must be signed in to change notification settings

0xthomasit/social_todo_list

Repository files navigation

docker run -d --name social_todo_list --privileged=true -e MYSQL_ROOT_PASSWORD="admin" -e MYSQL_USER="thomas" -e MYSQL_PASSWORD="12345678" -e MYSQL_DATABASE="social_todo_list" -p 3309:3306 mysql:latest --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci

About

BE service constructed with Clean Architecture. It additionally implemented 'Go SDK' as SDK which wrapped essential tools for dev to just pull and do things quicker without re-implementing essential utilities from scratch. Message Queuing system like NATS, OpenTelemetry Tracing and Redis Caching services were also implemented as extra features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages