Go-CRUD-MySQL. Go-based REST API that demonstrates asynchronous handling of CRUD database operations for a MySQL database. It uses goroutines and db.ExecContext to achieve concurrency and responsiveness. The API includes authentication middleware for Bearer token validation.