arielizuardi / golang-backend-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golang-backend-blog

To start the application:

bash ./start.sh
make migrate.up

To test the connection:

curl -X GET http://localhost:8080/ping

You should see

{
    "pong":"ok"
}

Perform integration & e2e test:

make docker.start
make test.integration

Perform unit test:

make test.unit

About


Languages

Language:Go 93.2%Language:Makefile 5.9%Language:Dockerfile 0.7%Language:Shell 0.2%