Simple Employee Management API

A simple Go and Gin API that stores employee details and allows CRUD operations on them. The data is stored in an in-memory SQLite Database

Running

Run it with the command: go run .

Testing

Test it with the command: go test .