Commit Graph

13 Commits

Author SHA1 Message Date
63dd3d063a
feat(api): add file upload endpoint for story content 2023-10-02 16:00:33 -04:00
d056dac72b
refactor(api): update function calls 2023-10-02 15:46:56 -04:00
ff4b94d913
feat(api): ✏️ add story api endpoints
(update/create/delete)
2023-10-02 15:44:55 -04:00
2bcedca7fb
feat(api): add registration endpoint 2023-10-01 19:25:40 -04:00
2b233364a1
refactor(api): refactor app to use pure jwts instead of cookies
cookies are no longer used
2023-09-28 21:55:19 -04:00
8082446071
chore(config): tweak tsconfig 2023-09-25 19:55:31 -04:00
421a283d6c
refactor(server/middleware): inject ficmas data into request context via middleware
to make sure people can't see ficmas stories in listings
2023-09-25 19:53:01 -04:00
2ea40ebb07
refactor(server/middleware): add middleware to "persist" mongoose's database connection 2023-09-25 19:50:07 -04:00
6409f4d646
feat(api): add story/author count endpoint 2023-09-25 19:36:04 -04:00
f0a006b3d5
feat(server/middleware): add the h3 equivalent of req.user to incoming request contexts 2023-09-25 19:33:02 -04:00
b6ee38e0b3
refactor(api): rename genre endpoint 2023-09-25 19:24:23 -04:00
2595c3fd1f
begin api 2023-09-23 16:40:24 -04:00
c089b86f14
initialize with nuxt 2023-09-23 15:58:51 -04:00