# README
go-rscsrv-psql

Getting Started
Prerequisites
What things you need to setup the project:
Environment
For start developing you must clone the project:
git clone [email protected]:lab259/go-rscsrv-psql.git
Now, the dependencies must be installed.
go mod download
:wink: Finally, you are done to start developing.
Running tests
In the root directory, start PostgreSQL (using docker-compose
):
docker-compose up -d
Then execute:
make test
To enable coverage, execute:
make coverage
To generate the HTML coverage report, execute:
make coverage coverage-html
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author