Meetings API (Appointy Task)

A small, fast meetings api written in Go. Built to Scale.

Siddhartha Varma, 18BCE0865

Features

  • Built to scale
  • Follows clean architecture
  • Clear separation of concerns

Instructions to run

  • Pre-requisites:

    • Golang (1.13+)
  • Directions to install

go mod get
  • Directions to execute
go run .

Note

  • I know we only had to use two (2) packages, std net/http and mongo
  • I had to use github.com/joho/godotenv to protect my mongo URL creds, since I’m using Atlas
  • I hope this can be considered