Skip to content

Simple REST API to practice working with Golang "Go" and Mongo

Notifications You must be signed in to change notification settings

sastrakhan/GolangMongoAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Simple REST API to practice working with Golang "Go" and Mongo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages