Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

vmware-archive/cf-go-martini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cf-go-martini

A basic sample application that demonstrates a few things:

  • Writing a Go application for Cloud Foundry

  • Using the Martini web framework

  • Using the cfenv Go library for interacting with CF application metadata and bound services

  • Use of database/sql to interact with a MySQL DB

  • Use of the experimental Cloud Foundry Go Buildpack

Running on Cloud Foundry

The application requires binding to a MySQL service. It also requires you to be running version 6.1 of the CF CLI.

$ cf cs cleardb spark martini-db
$ cf push --random-route

About

Go/Martini Sample Application

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages