Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.88 KB

File metadata and controls

38 lines (24 loc) · 1.88 KB

Captain Sheet - Application

This Spring Boot Project is developed to illustrate CRUD operations that can be performed on a custom datastructure and get the cell ID by height value. Technologies used are J2EE, Spring Boot.

Prerequisites

  1. Docker must be installed in your machine.

Getting Started

  1. Pull this docker image using the command "docker pull hemanthjamili/captainfresh-assignment"
  2. To run the image using the command "docker run -p 8080:8080 hemanthjamili/captainfresh-assignment"
  3. To find all the running containers, use command as "docker ps".
  4. To stop a running container, use "docker stop container_name".

REST End-points

By default, the captainSheet has 10 cells added. There are nine rest-end points for this application.

Built With

  • Maven - Dependency Management

Authors