Commit graph

22 commits

Author SHA1 Message Date
74fb8d2574 Use sql api for users 2022-07-16 11:41:09 -07:00
caa599986d Reorganize controllers 2022-07-13 00:57:21 -07:00
16d093b4f7 Add users 2022-07-12 21:56:47 -07:00
b3c9c3b600 Move body parsing to new fn 2022-07-12 21:41:26 -07:00
d27c38330b Better error messages 2022-07-12 21:31:52 -07:00
44cb7017b2 Make api return full note 2022-07-12 21:28:54 -07:00
ad6f1454a6 Use Uuids for id 2022-07-12 21:16:33 -07:00
ccf79febe4 Basic api server 2022-07-12 20:40:48 -07:00
255a11bc8b Add createNote endpoint 2022-07-10 19:39:28 -07:00
b3a3a66068 Handle not found errors better 2022-07-10 17:52:28 -07:00
470fa50bb1 Get ID from route 2022-07-10 17:40:17 -07:00
b738a02e16 Pass note ID to db 2022-07-10 17:14:32 -07:00
5933e37f85 Retrieve note dynamically 2022-07-10 17:12:52 -07:00
c130391186 Build Database connection 2022-07-10 17:07:15 -07:00
9c2bd11526 Split out json printing code 2022-07-10 17:01:36 -07:00
685dc13455 Another shot at db shit 2022-07-10 16:53:17 -07:00
8d71846826 cleaning up 2022-07-10 15:19:21 -07:00
3bd1bfc972 Messing with routes 2022-07-09 22:05:01 -07:00
5fc8b99051 Separate request handling and acceptance 2022-07-09 18:01:03 -07:00
a93039534c Remake basic main.zig handler 2022-07-09 15:07:51 -07:00
687fd6ef9d Start work on new http pkg 2022-06-08 23:44:36 -07:00
0f7754802d Split util into own package 2022-06-08 22:54:41 -07:00
Renamed from src/main.zig (Browse further)