Manage Stock Shares
- Manager Stocks Shares by Id for a later use.
Make sure the prerequisite list below is present on your environment
- JAVA 8+ (at least)
- Springframework 2.2.0
- Maven 3+
- Follow the Baeldung tutorial to configure the environment variables properly
- Docker the latest stable version is recommended for debugging
Links below describes how the API endpoints are defined.
- In the application root, run
mvn clean installin order to generate the proper binaries.
$ mvn clean installThe statement below is expected
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------Once the build is completed, the jar is now contained in the target folder.
- Still in the application root, run
docker-compose up --build, and wait for the application deployment in docker.
$ docker-compose up --build
By default, docker runs in localhost, anyhow check the current host in docker host at Docker settings.
Not yet implemented
Not yet implemented