ADWrobo / custom-recipe-sharing-platform

The final group project for SEIS739
0 stars 0 forks source link

custom-recipe-sharing-platform

Purpose

This is the final group project for SEIS739 - Software Analysis, Design, and Implementation. This is a simple Java Spring Boot application.

This application uses:

See the Dockerfile and docker-compose.yml for more details.

Getting Started

In order to get this running, there are a few steps you need to take.

Example Actions

Running CL actions within the container is easy! Use docker-compose exec as the prefix.

Adding data to the database is also easy, turns out! An example might be curl http://localhost:8080/custom-recipe-sharing-platform/add -d name="Sponge Bob" -d email=bob@crabby.com - note that this does not need to be run within the docker container.

Navigate to https://localhost:8080/custom-recipe-sharing-platform/all to see data.

Credits

We used the following tutorials to help in setting this up:

Other useful documentation can be found here: