Step 5
Let's run the server and test it in Postman to ensure routing works as expected.
npm run dev
Let's run the server and test it in Postman to ensure routing works as expected.
npm run dev
/api/users
/api/users?role="role name"
/api/users?username="username"
/api/users/:id
/api/users
/api/users/:id
/api/users/:id