|
2ea40ebb07
|
refactor(server/middleware): add middleware to "persist" mongoose's database connection
|
2023-09-25 19:50:07 -04:00 |
|
|
865c648521
|
chore: update gitignore
ignore compiled migration scripts
|
2023-09-25 19:47:57 -04:00 |
|
|
dc250771ed
|
feat(db/models): create quick menu model
recreating v1's customizable quick menu feature
|
2023-09-25 19:47:21 -04:00 |
|
|
cd64636715
|
feat(components): create navbar component
|
2023-09-25 19:45:14 -04:00 |
|
|
c0c11ba1ea
|
refactor(client-side): create reusable types
mostly contains interfaces for client-side forms
|
2023-09-25 19:44:47 -04:00 |
|
|
8ac524fb9a
|
feat(pages): add band list page
|
2023-09-25 19:43:10 -04:00 |
|
|
7299471a52
|
refactor(db/models): add more models
(band, private message and user)
|
2023-09-25 19:41:32 -04:00 |
|
|
1b14d2b702
|
feat(components): create tinymce wrapper component
configs have also been created
|
2023-09-25 19:40:30 -04:00 |
|
|
1ecaf7fd1d
|
chore(deps): add new dependencies
|
2023-09-25 19:38:17 -04:00 |
|
|
4dc6b9c396
|
refactor: modify top-level app.vue
it no longer has the nuxt welcome screen, and additionally uses my default layout with an antd config
|
2023-09-25 19:37:33 -04:00 |
|
|
6409f4d646
|
feat(api): add story/author count endpoint
|
2023-09-25 19:36:04 -04:00 |
|
|
60b802b602
|
feat: create default app layout
|
2023-09-25 19:35:03 -04:00 |
|
|
0bfd5fbdba
|
feat(components): create fontawesome icon component
|
2023-09-25 19:34:20 -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 |
|
|
740d8a9f2c
|
refactor(api): create story query helper
this is for retrieving + populating stories from a database with a specified query
|
2023-09-25 19:31:30 -04:00 |
|
|
cc462bc19a
|
chore: add typescript shims
shims added for `mongoose-sequence`, `blueimp-md5`, and `bcryptjs`
|
2023-09-25 19:29:35 -04:00 |
|
|
adaef6d274
|
chore(nuxt): add runtimeconfig, css and modules to nuxt config
|
2023-09-25 19:27:44 -04:00 |
|
|
eeb7a97d84
|
feat(db/models): add new challenge models
biffno, ficmas, and "gen" challenges
|
2023-09-25 19:26:13 -04:00 |
|
|
c517db3361
|
feat(pages): add login page
|
2023-09-25 19:25:15 -04:00 |
|
|
b6ee38e0b3
|
refactor(api): rename genre endpoint
|
2023-09-25 19:24:23 -04:00 |
|
|
3640c0db11
|
feat(composables): add fetch helper function
extend useFetch with a helper that prepends `/api` to the url, as well as makes the default http method "GET"
|
2023-09-25 19:23:37 -04:00 |
|
|
1db9bdec9c
|
refactor(db/models): add new story models
|
2023-09-25 19:19:32 -04:00 |
|
|
0f825c0e0c
|
add migration scripts
|
2023-09-25 19:15:58 -04:00 |
|
|
4949262f5c
|
add/copy over various assets
|
2023-09-25 19:14:28 -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 |
|