Closed bryanwong8 closed 4 years ago
Created the following routes
api/users
api/users/{id}
Created an input box to add users to the db
Displayed all users from the db onto a table
Created a delete button to remove users from the table and db closes #78
Created the following routes
api/users
(GET) to retrieve all usersapi/users
(POST) to create a userapi/users/{id}
(DELETE) to delete a userCreated an input box to add users to the db
Displayed all users from the db onto a table
Created a delete button to remove users from the table and db closes #78