ashishjuyal / banking-auth

Course files

Home Page:https://www.udemy.com/course/rest-based-microservices-api-development-in-go-lang/?referralCode=692B33E710BE297EB9B0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

banking-auth

Run ./start.sh to download the dependencies and run the the application

To run the application, you have to define the environment variables, default values of the variables are defined inside start.sh

  • SERVER_ADDRESS [IP Address of the machine]
  • SERVER_PORT [Port of the machine]
  • DB_USER [Database username]
  • DB_PASSWD [Database password]
  • DB_ADDR [IP address of the database]
  • DB_PORT [Port of the database]
  • DB_NAME [Name of the database]