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
- Host: GitHub
- URL: https://github.com/udofia2/api-validation
- Owner: udofia2
- Created: 2021-01-30T19:26:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T20:57:21.000Z (almost 5 years ago)
- Last Synced: 2025-05-07T06:49:10.026Z (8 months ago)
- Topics: api-validator, joi, joi-validation, rest-api
- Language: JavaScript
- Homepage: https://udofia-solution.herokuapp.com/
- Size: 8.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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