Welcome!
This virtual test aims to assess your foundational technical proficiency. It will be conducted in a virtual meeting.
- Time Allowed: 8 Minutes
- Git: Basic understanding of Git commands (e.g., clone, checkout, commit, push). If unfamiliar, please refer to the Git documentation Terminal/Command Line: Familiarity with basic terminal commands.
- HTTP Client: Postman or Thunder Client (or a similar tool)
- Clone the Repository:
Clone the provided repository to your local machine using the Git clone command.
- Initialize the Project:
- Navigate to the project directory in your terminal.
- Run the command
npm run devto start the application.
- Review User Model:
Examine the User Model (or equivalent) within the project to identify the required parameters for creating a new user.
- Send POST Request:
Use Postman or Thunder Client to send a POST request to the appropriate endpoint to create a new user. Include all the required parameters in the request body.
- Send GET Request:
Send a GET request to the appropriate endpoint to retrieve the user data you just created.
- Verify that the retrieved user data matches the data you sent in the POST request.
GoodLuck 🚀