# README
gin-postgresql
Using the gin webframework for go lang and PostgreSQL database for creating a simple RESTful API
Please note in connect/password_edit.go
there is an ImportPassword_()
function which needs to edited. The underscore needs to be removed at the end of the function's name and
the filename needs to be renamed to password.go
. Then enter your PostgreSQL password into the function's return statement.
For starters I recommend following this tutorial from go lang for using gin web framework for creating a simple RESTful API.