diff --git a/backend/data/users.json b/backend/data/users.json new file mode 100644 index 0000000..537b8d6 --- /dev/null +++ b/backend/data/users.json @@ -0,0 +1,8 @@ +[ + { + "id": 1, + "username": "josh", + "password_hash": "scrypt:32768:8:1$HA70PiOwbBrIwlDq$2ab80bdc08bb3bb4214258566aded836062323380491a7f4c7f2e67bdccb8686367789f57b3c6c5eb3e2f08c8c07186f47f9c89d1e72179ddd3758b509f23fbe", + "created_at": "2026-03-27T20:32:43.107028" + } +] \ No newline at end of file diff --git a/backend/data/users/1/journeys.json b/backend/data/users/1/journeys.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/backend/data/users/1/journeys.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/backend/data/users/1/posts.json b/backend/data/users/1/posts.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/backend/data/users/1/posts.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/blog-list.html b/blog-list.html index 6727027..556e42b 100644 --- a/blog-list.html +++ b/blog-list.html @@ -12,7 +12,7 @@ - +