Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdussamadyisau/rule-validation-api
Built this for Flutter Wave's Node Assesment - https://flwat.glitch.me/intern.html
https://github.com/abdussamadyisau/rule-validation-api
Last synced: 9 days ago
JSON representation
Built this for Flutter Wave's Node Assesment - https://flwat.glitch.me/intern.html
- Host: GitHub
- URL: https://github.com/abdussamadyisau/rule-validation-api
- Owner: AbdussamadYisau
- Created: 2021-01-29T17:21:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T02:06:55.000Z (almost 4 years ago)
- Last Synced: 2023-03-09T05:36:21.824Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://sheltered-sierra-47363.herokuapp.com/
- Size: 425 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readMe.md
Awesome Lists containing this project
README
# Rule Validation API
Built a simple rule validation API. Structured the response after the popular JSEND pattern.
## Link to deployed API and screenshots
[Deployed here](https://sheltered-sierra-47363.herokuapp.com/)
### Screenshots of Requests and Responses
1. Error Request
![Screenshot of Website at work](https://github.com/AbdussamadYisau/rule-validation-api/blob/master/assets/errorJsonReq.png)2. Error Response
![Screenshot of Website at work](https://github.com/AbdussamadYisau/rule-validation-api/blob/master/assets/errorJsonRes.png)3. Success Request
![Screenshot of Website at work](https://github.com/AbdussamadYisau/rule-validation-api/blob/master/assets/successJsonReq.png)1. Success Response
![Screenshot of Website at work](https://github.com/AbdussamadYisau/rule-validation-api/blob/master/assets/SuccessJsonRes.png)