Musicstore
The complete code for the story "A fullstack epic part I - a REST API in Go accessing MongoDB"
Install / Use
/learn @morris-ribs/MusicstoreREADME
The code of a very simple RESTful API in Go
This API will connect to a MongoDB instance and return a list of music albums.
You have to install Mongo in order to make it work: https://www.mongodb.com/download-center?jmp=nav#community
Then, you will have to follow the instructions here: https://medium.com/@maumribeiro/a-fullstack-epic-part-i-a-rest-api-in-go-accessing-mongo-db-608b46e969cd
