Skip to content

notblessy/mini-wallet

Repository files navigation

mini-wallet Backend

mini-wallet is a Mini Wallet Exercise API based on Golang, Echo and Gorm.

Stack Requirements

  • Golang
  • Mysql
  • dbmate brew install dbmate
  • Makefile brew install make

How to Run

Clone

First clone this repo by run:

$ git clone git@github.com:notblessy/mini-wallet.git

Environtment

  • Don't forget to set .env, you can copy from env.sample

Database Migration

  • To migrate tables, ensure you have already installed dbmate then run
$ dbmate up

Running project

  • Before running, you need to create Makefile from the file Makefile.sample. Then run for debugging by make run.

API Documentations

  • To test the API, import postman collection from folder api-docs/. All the API is available there.

Author

I Komang Frederich Blessy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages