Skip to content

Next-Gen-Dev-Labs/technicaltest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technical Test (Virtual)

Welcome!

This virtual test aims to assess your foundational technical proficiency. It will be conducted in a virtual meeting.

  • Time Allowed: 8 Minutes

Requirements

  • 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)

Test Instructions

  1. Clone the Repository:

Clone the provided repository to your local machine using the Git clone command.

  1. Initialize the Project:
  • Navigate to the project directory in your terminal.
  • Run the command npm run dev to start the application.
  1. Review User Model:

Examine the User Model (or equivalent) within the project to identify the required parameters for creating a new user.

  1. 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.

  1. Send GET Request:

Send a GET request to the appropriate endpoint to retrieve the user data you just created.

  1. Verify that the retrieved user data matches the data you sent in the POST request.

GoodLuck 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors