Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 682 Bytes

File metadata and controls

12 lines (9 loc) · 682 Bytes

This API is purely to test out the experience of writing in the Go language and to gain better understanding of 'concurrency'.
It uses a Mongo DB hosted on mLab. If you plan on forking, create a free mLab account and replace the connection string with yours in the repository file. I was originally following this blog post.

Requirements

  1. Golang installed
  2. mLab Account

Initializing Run go run main.go and navigate to http://localhost:8000/ You may need to adjust your Go path to allow access to which repository you host this project