This is the beginning of my project for the Independent Study portion of the WDI at Galvanize. I chose to build an API in a new language, choosing Go for its reputation among the web development community for being a fast, powerful, flexible language.
This is a toy REST API with todo routes and user auth. I learned a lot building this API and plan to now take it and turn it into a fully fledged backend for a different project, Askify v2.
- Fork / clone this repo
- Download into your $GOPATH
go install
to get all dependencies- to run the app:
go run main.go
- to build:
go build