- 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
.env
file in project root and specifyDATABASE_URL
variable - Run the server and client separately or build the client and run only the server