Open EdwinKuttappi opened 8 months ago
Make these assignments into a team and individual blogging project Plan the best way to meet Seed individual and team goals Plan how to fit debugging into "key deliverables" according to canvas descriptions Learn about each others projects, perform analysis on how each has met or needs to meet requirements Prepare and work through this as a team, and do it by end of Thursday, ready for Friday speed review as a team Remember to be honest in each assessment, as growth mindset and honesty will be key to learning
Good job in writing detailed comments about each step of the process. I also appreciate the use of both repositories to further show your understanding of the process.
2.0/2.0
Frontend
The reason we are able to run the frontend locally is because of
Ruby
, but we mainly usedMakefile
. When in the directory of your repository with Makefile in it, simply typemake
.Backend
To run this locally, we simply just take
Main.java
and either run java or debug java depending on what we want and the localhost should be hosted on your machine on whatever port you have inDockerfile
,docker-compose.yml
, andapplication.properties
.1) Start backend using Debugging
2) Set break point at the beginning of endpoint code
3) Start in frontend with split screen loading source for an API fetch using GET. Set break point on fetch, inside .then, inside .fetch
4) Run frontend, screen capture break at fetch while examining Body
5) Press play on frontend, observe stop inside of backend
6) Press step over on backend until you have obtained data from database, screen capture HashMap or other data Object
BinaryWizards
1) Start backend using Debugging
2) Set break point at the beginning of endpoint code
3) Start in frontend with split screen loading source for an API fetch using GET. Set break point on fetch, inside .then, inside .fetch
4) Run frontend, screen capture break at fetch while examining Body
5) Press play on frontend, observe stop inside of backend
6) 6) Press step over on backend until you have obtained data from database, screen capture HashMap or other data Object