From c7ac2db02a39cf349f9434186996c93eebc17a3c Mon Sep 17 00:00:00 2001 From: Gunther6070 Date: Sun, 23 Feb 2025 15:51:28 -0500 Subject: Created UserDAO and file as well as user class --- ufund-api/data/cupboard.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ufund-api/data') diff --git a/ufund-api/data/cupboard.json b/ufund-api/data/cupboard.json index a30bf2e..bb7ec03 100644 --- a/ufund-api/data/cupboard.json +++ b/ufund-api/data/cupboard.json @@ -1 +1,3 @@ -[{"name":"Money for coral","id":1,"maxGoal":100.0,"type":"MONETARY","filterAttributes":null,"Current":0.0}] \ No newline at end of file +[ + {"name":"Money for coral","id":1,"maxGoal":100.0,"type":"MONETARY","filterAttributes":null,"Current":0.0} +] \ No newline at end of file -- cgit v1.2.3 From 72d614074a3cd578322931af647c6f0a65a23dfd Mon Sep 17 00:00:00 2001 From: Gunther6070 Date: Wed, 26 Feb 2025 16:00:35 -0500 Subject: Tested user http calls and fixed update user --- ufund-api/data/users.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 ufund-api/data/users.json (limited to 'ufund-api/data') diff --git a/ufund-api/data/users.json b/ufund-api/data/users.json new file mode 100644 index 0000000..4e98a14 --- /dev/null +++ b/ufund-api/data/users.json @@ -0,0 +1 @@ +[{"name":"steve","password":null}] \ No newline at end of file -- cgit v1.2.3