Skip to content

sklise/inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory

An app I re-write every time I want to learn a new web language.

This time with golang.

Things to do

Inventory application for media.

Models

Item

  • Name
  • Year
  • Notes
  • Creator_id
  • Format_id

Creator

  • Name
  • Notes

Format

  • Name

Features

  • Index page
  • List of all media
  • List of media by Format
  • List of media by Creator
  • Add items
  • View item
  • Edit item
  • Authentication

Sources

http://nicolasmerouze.com/build-web-framework-golang/ https://github.com/runemadsen/ok-go

gorilla/context

This is for global variables passed between middlewares when using normal http.HandleFunc type methods

http://www.gorillatoolkit.org/pkg/context

About

A vinyl inventory app written in Backbone.js and Coffeescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published