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 banking system developed using Golang and PostgreSQL, allowing account creation, fund transfers.
The project utilizes Gin framework to develop RESTful APIs and implements Object-Relational Mapping(ORM) through the use of the sqlc command-line tool.
GitHub Actions are employed for Continuous Integration (CI), enabling automatic test execution.