You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GoLib is my first project for learning Golang REST API fundamentals, built with Fiber and PostgreSQL. It's a backend service for a library management system, featuring JWT authentication, full CRUD operations, and a clean, layered architecture for handling books, customers, and borrowing journals.