- Get list of users with pagination
- Create user (username and email must be unique)
- All users get automatically generated avatars
- Update user details
- Delete user
- Data is saved to MongoDB
- Clone the project
- Install dependencies for both server and client
- Create
.envfile in project root and specifyDATABASE_URLvariable - Run the server and client separately or build the client and run only the server