Skip to content

mpwassler/california14ersapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

california14ersapi

Just a demo project built with golang

requires a mysql database and the "github.com/go-sql-driver/mysql" driver for mysql

Sample sql dump of data is included

Add folder to the src directory in your $GOPATH

go build main.go

./main.go

runs on localhost:8005

An API for quering the 14k foot peaks in California and their most will known routes. Endpoints include:

GET: /mountains

get all 14ers

GET: /mountains/{id}

get a specific 14er by id

GET: /mountains/{id}/routes

get all routes for a specific 14er

About

Just a demo project built with golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages