mini-wallet is a Mini Wallet Exercise API based on Golang, Echo and Gorm.
- Golang
- Mysql
- dbmate
brew install dbmate - Makefile
brew install make
First clone this repo by run:
$ git clone git@github.com:notblessy/mini-wallet.git- Don't forget to set
.env, you can copy fromenv.sample
- To migrate tables, ensure you have already installed
dbmatethen run
$ dbmate up- Before running, you need to create
Makefilefrom the fileMakefile.sample. Then run for debugging bymake run.
- To test the API, import
postman collectionfrom folderapi-docs/. All the API is available there.
I Komang Frederich Blessy