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
Derek McQuay
95e85aa011
updated category and tranx types
...
they now fit what is in the psql db
2017-02-04 22:33:01 -08:00
Derek McQuay
4ff3ed9112
added budget to categories
2017-02-04 21:48:43 -08:00
Derek McQuay
a5f0979116
got tables laid out correctl
2017-02-04 21:38:31 -08:00
Derek McQuay
4d533d295c
made changes to server to incoporate db
2017-02-04 19:48:13 -08:00
Derek McQuay
4d5077d72d
added sql to go with db
2017-02-04 19:48:02 -08:00
Derek McQuay
5985527302
added db.go file
2017-02-04 19:47:40 -08:00
Derek McQuay
9f98331c59
added vendor dir
2017-01-24 18:27:39 -08:00
Derek McQuay
f5d1e2aca3
pushing to github
2017-01-20 14:22:01 -08:00
da62df1bcd
working on front end
...
got dates to work (sort of) now neet to actually send tranx to backend
2016-08-25 14:16:52 -07:00
2da179aee4
behavior for relogging in corrected
2016-08-25 13:08:19 -07:00
6aebd3476c
fixed oauth bug
...
figured out it was how i was using sessions.
2016-08-25 11:29:20 -07:00
e63fee56dc
make string actually random
2016-08-23 11:11:25 -07:00
fe437a1dcc
updated static assests from starz to chipmunk
2016-08-23 11:11:08 -07:00
e6e2f47134
can get a map of month to cost
...
doesnt concern itself with years yet...
2016-08-23 09:45:14 -07:00
840db08294
added some more doc for the funcs
2016-08-23 09:44:08 -07:00
08880ea88b
added month to tranx
2016-08-23 09:15:34 -07:00
0b959fedfe
updated default port
2016-08-23 09:15:27 -07:00
3ea42bcd32
reorg and check errors from session.Get
...
wasn't checking the error that could possibly come from getting the
cookie session info.
2016-08-22 21:16:20 -07:00
d2349d2105
don't allow duplicate users to be added
2016-08-22 21:08:06 -07:00
36a90e04c8
tranx POST and GET working
...
cleaned up the getUser function, now returns index to user rather than
*user
2016-08-22 21:00:39 -07:00
6b2f97632d
working on adding tranx to users
2016-08-22 15:17:25 -07:00
cb1f5f0464
broke out user and tranx into seperate files
2016-08-22 15:17:13 -07:00
4f7b61cb86
google oauth working along with clean up
...
cleaned up some things from starz that weren't needed any more. Also
cleaned up the oauth process and now am storing the users emai but also
have the userInfo struct that gathers all the info that google oauth
userinfo returns
2016-08-22 13:03:23 -07:00
901d8e5070
got google oauth working
...
basically copied this from my previous work in starz. Wanted to get
google oauth working before changing much around.
2016-08-21 22:31:37 -07:00
2f9e8fa65d
adding swap files to gitignore
2016-08-21 22:31:16 -07:00
2a84ae5337
initial commit
2016-08-21 14:26:17 -07:00