Skip to content

ctapobep/cdk-rest-api-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDK REST API template

An example of project that uses Chemistry Development Kit (CDK) and provides a REST API.

To start it in IDE, run Starter and open your browser at http://localhost:8080/api/mw/CCC

To compile and start from the command line, run mvn clean package followed by java -jar target/cdk-rest-template-1.0-SNAPSHOT-shaded.jar.

Project structure:

Docker

If you want to package the resulting jar file as a Docker Image:

cp target/cdk-rest-template-1.0-SNAPSHOT-shaded.jar infra/dockerbuild/cdk-rest-template.jar
cd infra/dockerbuild
docker build . -t cdk-rest-template

Running the container:

docker run -p 8080:8080 cdk-rest-template

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published