Profile
- Location
- Toruń
- City
- Toruń
- Public repositories
- 7
GitHub
Snapshot:
Golang authentication service. It provides user registration, login, and session handling using JWT tokens, as well as optional API key-based authentication for service-to-service or programmatic access.
A Golang client for PostgreSQL with built-in mock support for testing.
A lightweight, production-ready RBAC service in Go that manages routes, roles, and permissions for fine-grained access control.
The Booking Service is a Golang-based API that manages reservations and room availability for a booking system. The service allows users to add, update, and delete reservations, as well as check room availability.
The Forum Service is a Golang-based API that manages comments, likes, dislikes, and complaints for an article-based discussion system.
The Users Service is a Golang-based API that manages user accounts, profile images, and club associations. It is built with Gin Gonic for the HTTP router and sqlc for efficient database interaction with PostgreSQL.