(Will tidy this up soon!)
This is a simple currency converter written in Go.
github.com/gin-gonic/gin v1.7.2
=> this was used to allow for the use of Go Gin web frameworkgithub.com/joho/godotenv v1.3.0
=> to load environment variables from a .env filegithub.com/kylelemons/go-gypsy v1.0.0
=> was used to parse yml file to seed currencies model into the databasegorm.io/driver/postgres v1.1.0
=> postgres db driver to allow for connection to postgres databasegorm.io/gorm v1.21.11
=> allow for usage of a relational database
- change .env.sample to .env
- fill .env file with right parameters
- run
go build -o=./out/main
- run
./out/main
- POST