Skip to content

arielizuardi/golang-backend-blog

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages