Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 366 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 366 Bytes

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