/events-api

Simple Events REST API

Primary LanguageGo

Events API

Simple REST api implementation for event scheduling, implemented to be familiar with Golang REST api concepts

Key concepts:

  • REST api implementation using Go
  • Database access using gorm
  • Testing with Go
  • Dockerizing the Application

reference