This project verify api endpoint using joi
Conditions for validating the api route
- eq: Equal to
- gt: Greater than
- gte: Greater than or equal to
- neq: Not equal to
- contains: 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