Commit Graph

7 Commits

Author SHA1 Message Date
Derek McQuay 754fd144e6
working on getting edits for tranx 2017-02-11 21:30:59 -08:00
Derek McQuay 2bb365206e
added ability to get single tranx with id 2017-02-07 21:28:37 -08:00
Derek McQuay c2f8d2eca0
addes tranx with user_id and category_id 2017-02-05 00:23:42 -08:00
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 5985527302
added db.go file 2017-02-04 19:47:40 -08:00