Commit Graph

7 Commits

Author SHA1 Message Date
Derek McQuay dc4b1be612
added tranx route and partially coded 2017-02-04 23:54:18 -08:00
Derek McQuay c99445e261
user route added and coded
can now hit user route (get, post, delete). Coded in some checks to see
if user is admin and has privledge. Currently turned off to allow work
from curl
2017-02-04 23:24:38 -08:00
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 4d533d295c
made changes to server to incoporate db 2017-02-04 19:48:13 -08:00
Derek McQuay e6e2f47134 can get a map of month to cost
doesnt concern itself with years yet...
2016-08-23 09:45:14 -07:00
Derek McQuay 6b2f97632d working on adding tranx to users 2016-08-22 15:17:25 -07:00
Derek McQuay 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