AhmedYasser155 / CS160_Group4_Uber

0 stars 3 forks source link

Create routes for database functions #69

Closed andrewtedi closed 2 years ago

andrewtedi commented 2 years ago

This PR would create APIFunctions and routes in order to read and write to the database. The functions provided are adding, updating, retrieving a user, and deleting in the database.

Test Case 1:

Test Case 2:

Resolves #64