Skip to content

katreinhart/gorilla-todo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API in Go with Gorilla

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.

Setup

  1. Fork / clone this repo
  2. Download into your $GOPATH
  3. go install to get all dependencies
  4. to run the app: go run main.go
  5. to build: go build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages