index
:
recipe_buddy
Jacob
WIP-demo_changes
chrisundercoffer
master
test-main
Small single user website for storing/cooking recipes.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
Age
Commit message (
Expand
)
Author
2019-12-10
Fix intructions -> intruction for backend json
Tucker Evans
2019-12-09
Fix ingredient unit type to be same across frontend & backend
Tucker Evans
2019-12-09
Fix backend readme to have correct JSON schema
Tucker Evans
2019-12-02
Add more CORS related header management
Tucker Evans
2019-12-02
Merge branch 'master' into api_json=recipe_object
Tucker Evans
2019-12-02
Fix remove Num from Step struct
Tucker Evans
2019-12-02
Merge pull request #9 from tuckerevans/backend-improvement
schencej
2019-12-02
Fix changes json encoding to match frontend
Tucker Evans
2019-11-29
Fix Content-Type header
Tucker Evans
2019-11-29
Fix duplicated response code
Tucker Evans
2019-11-28
Add sendResponse function
Tucker Evans
2019-11-28
Fix error handling on database connect
Tucker Evans
2019-11-28
Fix default case for http method check
Tucker Evans
2019-11-27
Add CORS headers to backend responses
backend-v2.0
Tucker Evans
2019-11-27
Add consntructor for APIResponse
Tucker Evans
2019-11-22
Add readme for backend
Tucker Evans
2019-11-14
Fix simplify APIResponse struct using interface{}
Tucker Evans
2019-11-12
Add error responses for generic http methods
backend-v1.0
Tucker Evans
2019-11-12
Add update functionality to API
Tucker Evans
2019-11-12
Add transactions to Insert sql statement
Tucker Evans
2019-11-12
Add id to ingredients so we can delete unused on update
Tucker Evans
2019-11-12
Fix change QueryRow to Exec for ingredient/step inserts
Tucker Evans
2019-11-10
Add Todos
Tucker Evans
2019-11-10
Add delete functionality for recipes
Tucker Evans
2019-11-10
Add create recipe functionality
Tucker Evans
2019-11-10
Fix RecipeFromId expects only one row from database
Tucker Evans
2019-11-10
Add correct errors for an nonexistent recipe id
Tucker Evans
2019-11-10
Fix MakeRecipeFromId
Tucker Evans
2019-11-10
Fix responses sent to client
Tucker Evans
2019-11-10
Add structure to JSON responses
Tucker Evans
2019-11-10
Add basic functionality to get list of recipe ids
Tucker Evans
2019-11-09
Add basic access recipe functionality
Tucker Evans
2019-11-09
Add make Recipe w/ id & database connection
Tucker Evans
2019-11-09
Add Recipe Type (w/ subtypes Ingredients & Steps)
Tucker Evans
2019-11-09
Fix database name
Tucker Evans
2019-11-09
Add database connection
Tucker Evans
2019-11-08
Add basic http routing
Tucker Evans