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
A simple Go-based Bookstore API built with Chi for routing and raw SQL queries for database operations. Implements clean architecture principles with a repository pattern for maintainability. Supports CRUD operations for books and authors.