summaryrefslogtreecommitdiff
path: root/backend/recipe.go
AgeCommit message (Expand)Author
2019-12-10Fix intructions -> intruction for backend jsonTucker Evans
2019-12-09Fix ingredient unit type to be same across frontend & backendTucker Evans
2019-12-02Fix remove Num from Step structTucker Evans
2019-12-02Fix changes json encoding to match frontendTucker Evans
2019-11-12Add update functionality to APITucker Evans
2019-11-12Add transactions to Insert sql statementTucker Evans
2019-11-12Add id to ingredients so we can delete unused on updateTucker Evans
2019-11-12Fix change QueryRow to Exec for ingredient/step insertsTucker Evans
2019-11-10Add create recipe functionalityTucker Evans
2019-11-10Fix RecipeFromId expects only one row from databaseTucker Evans
2019-11-10Fix MakeRecipeFromIdTucker Evans
2019-11-09Add make Recipe w/ id & database connectionTucker Evans
2019-11-09Add Recipe Type (w/ subtypes Ingredients & Steps)Tucker Evans