E-Wallet RESTful API built with golang, postgreSQL, JWT authentication, and trying to implement clean architecture. `
#move to directory
$ cd assignment-go-rest-api
#create .env
$ cp env.example .env
#prepare database
$ cd assignment-go-rest-api/sql
#go into postgres psql
$ sudo -u postgres psql
#run init.sql
\i init.sql