Sample social app written in go and mongo
Explore following :
- Deploy a few rest web services using gorilla + alice (middleware chaining) or goji. Look at github.com/Texo/texo-services for gorilla mux + alice
- Start out with user module
- Persist to mongo using mgo
- Setup up Continous Integration / Deployment (CI/CD). Explore jenkins or some cloud CI/CD like travis or shippable
- Explore docker
- Deploy with nginx (load balancer and ssl termination)