ucsb-cs156-f24 / team01-f24-14

https://ucsb-cs156-f24.github.io/team01-f24-14/
0 stars 0 forks source link

Create ArticlesController class with GET & POST & PUT & DELETE functionality #46

Open Va1a opened 6 hours ago

Va1a commented 6 hours ago

Also create test cases for it. Make one update to Articles table column name. Closes #39 and #40 and #41 and #42.

Va1a commented 3 hours ago

Now also has PUT functionality and related tests. Passes all tests and all mutants are killed.

Va1a commented 3 hours ago

Now also has DELETE functionality and related tests. Passes all tests and all mutants are killed.