- Full-Stack React Projects
- Shama Hoque
- 43字
- 2021-06-25 21:45:10
Fetching the user list
We can see if the new user is in the database by fetching a list of all users with a GET request to /api/users. The response should contain an array of all the user objects stored in the database: