An open API service indexing awesome lists of open source software.

https://github.com/udofia2/api-validation

API validation interview with flutterwave project
https://github.com/udofia2/api-validation

api-validator joi joi-validation rest-api

Last synced: 8 months ago
JSON representation

API validation interview with flutterwave project

Awesome Lists containing this project

README

          

# Rule Validation API
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

### Technologies used

-Nodejs
-Javascript
-joi

## Quick Start

### How to Install and run the application
Clone the application
- Run `npm install`
- Run `npm run dev` to start development server
- Head over to your browser and enter `localhost:/` to display the home page.
- where `` is the port number you specified in the `.env` variable setup