Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 384 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 384 Bytes

mongodb

Simple demo for storing and retrieving students from MongoDB. Setup to be used with mLabs hosted mongo deployment, or with local db.

studentdb

Simple REST system for storing/retrieving Students info.

To build do:

go install github.com/marni/imt2681_studentdb/cmd/studentdb

then run:

$GOPATH/bin/studentdb

webhooks

Simple demo for webhooks usage.