https://github.com/openvalidation/openvalidation-rest
openVALIDATION as a service
https://github.com/openvalidation/openvalidation-rest
Last synced: 4 months ago
JSON representation
openVALIDATION as a service
- Host: GitHub
- URL: https://github.com/openvalidation/openvalidation-rest
- Owner: openvalidation
- License: apache-2.0
- Created: 2019-12-22T12:32:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T16:19:05.000Z (over 1 year ago)
- Last Synced: 2024-12-16T20:17:35.397Z (about 1 year ago)
- Language: Java
- Size: 101 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://dev.azure.com/validaria/openvalidation/_build/latest?definitionId=5&branchName=master)

[](https://search.maven.org/search?q=a:openvalidation-rest-api)
[](https://twitter.com/openVALIDATION)
OpenVALIDATION enables you to generate validation rules from natural language-like expressions in English and German without any knowledge in programming.
The validation rules can be automatically translated by openVALIDATION into Java, JavaScript, C# or Python, with more languages to come!
# openvalidation-rest
rest api wrapper for openvalidation
## Build and Run
Build with maven:
``mvn clean package``
Run via:
``java -jar target/ov-rest.jar --server.port=8080``
(specify server port wanted for hosting service, 8080 might be already assigned in development setting)
## Test
``mvn clean test``