Includes endpoints to do the following:
- Get all users (includes pagination)
- Get a user by id
- Create a user
- Delete a user by id
Stores the user data in a MongoDB database.
The frontend application is integrated with the backend server.
It displays the list of users with features like cards and pagination.
Allows users to add new cards.