Skip to content

hellosarobotics/cnv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNV (Container number validator)

This is a rest service that enables you to check the correctness of a container number.

IDE

I've used Ecplise Neon to edit and run this project. Spring Boot Project.

Releases

0.0.1

Name: First release

Date: 20190218

Java Version: 1.8

Description: in this release we can validate the correctness of a container number. Simply start service and go into the browser at the following link: http://localhost:9000/v1/ccdc/{container_nr}

The system answer TRUE or FALSE.