Categorygithub.com/BRO3886/meetings-api
repositorypackage
0.0.0-20201019093830-5563ff025083
Repository: https://github.com/bro3886/meetings-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

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