Budget planning and logging.
Go to file
Derek McQuay d168a117d2
category route added and coded
added api.go where api routes will be built (will move code from
server.go in the future to api.go that fits that) and coded out the
category route (delete, post, and get)
2017-02-04 22:33:28 -08:00
cmd/chipd got tables laid out correctl 2017-02-04 21:38:31 -08:00
static working on front end 2016-08-25 14:16:52 -07:00
vendor added vendor dir 2017-01-24 18:27:39 -08:00
.gitignore adding swap files to gitignore 2016-08-21 22:31:16 -07:00
api.go category route added and coded 2017-02-04 22:33:28 -08:00
category.go updated category and tranx types 2017-02-04 22:33:01 -08:00
db.go category route added and coded 2017-02-04 22:33:28 -08:00
gen.go got google oauth working 2016-08-21 22:31:37 -07:00
LICENSE initial commit 2016-08-21 14:26:17 -07:00
README.md adding swap files to gitignore 2016-08-21 22:31:16 -07:00
routes.go category route added and coded 2017-02-04 22:33:28 -08:00
server_test.go got google oauth working 2016-08-21 22:31:37 -07:00
server.go made changes to server to incoporate db 2017-02-04 19:48:13 -08:00
sql.go added budget to categories 2017-02-04 21:48:43 -08:00
static.go pushing to github 2017-01-20 14:22:01 -08:00
tranx.go updated category and tranx types 2017-02-04 22:33:01 -08:00
user.go pushing to github 2017-01-20 14:22:01 -08:00

chipmunk

Budget planning and logging.