This project verify api endpoint using joi
Conditions for validating the api route
eq: Equal togt: Greater thangte: Greater than or equal toneq: Not equal tocontains: Contains
-Nodejs -Javascript -joi
Clone the application
- Run 
npm install - Run 
npm run devto start development server - Head over to your browser and enter 
localhost:<port>/to display the home page. - where 
<port>is the port number you specified in the.envvariable setup