Simple Bank is a training project that simulates basic banking operations. It's built with Go and demonstrates concepts such as API development, database management with PostgreSQL, and authentication using JWT and PASETO tokens.
- Go
- JSON API
- gRPC API
- HTTP Gateway
- PostgreSQL
- Redis
- JWT
- PASETO
- Swagger
To install Simple Bank, clone the repository and install the required dependencies.
git clone https://github.com/MsN-12/Simple.git
cd Simple
go mod tidy
make server
make test