Skip to content

Foreign Currency Rate API in Golang with GORM and MySQL

Notifications You must be signed in to change notification settings

muhsatrio/foreign-currency-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirement

Requirement

Create .env file with detail below

DB_USERNAME=(your database username)
DB_PASSWORD=(your database password)
DB_DATABASE=(your database name)

How to Run

  1. Make sure Go and MySQL had been installed and running
  2. Type go mod download to install packages that needed
  3. Type go build to compile executable file
  4. Run ./foreign-currency-go (in MacoS/Linux) or foreign-currency-go.exe (in Windows)

About

Foreign Currency Rate API in Golang with GORM and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published