Skip to content

bifidokk/go-api

Repository files navigation

REST API using Gin framework and GORM

Here is my pet project to learn Golang concepts. Stack:

  • Golang 1.21
  • Postgres
  • Docker
  • Gin framework
  • GORM

To start using Docker:

docker compose --file ./.docker/docker-compose.dev.yml up -d

Ping endpoint should work

GET http://localhost/public/ping

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages