potatoesnmolasses / NudgeWriting

Productivity writing app
0 stars 0 forks source link

Week 9 is Ready for Review! #8

Open potatoesnmolasses opened 5 months ago

potatoesnmolasses commented 5 months ago

@pawaitemadisoncollege my week 9 exercise is ready for review!

What were your key learning points/takeaways? I learned how to create a RESTful web service! For mine, I used my NudgeSession object

What challenged you? I had to expand my VM again. I also had issues with receiving a 500 error when trying to test out the service.

What problems did you solve and what resources did you use to solve them? Ultimately, I ran through my usual checklist of potential issues - made sure all the hibernate values were accurate, and the properties files updated, and then found that I was missing a Maven dependency. Adding it resolved the issue.

pawaitemadisoncollege commented 5 months ago

Hi @potatoesnmolasses - apologies for reviewing this so late in the game! This work meets the week 9 exercise requirements. The only thing I noticed here is that this naming doesn't tend to meet the best practices for naming restful resources: https://github.com/potatoesnmolasses/NudgeWriting/blob/2ec2886f619fe0fa3789e95a537e3fbbe0fd6ad6/src/main/java/edu/matc/restservice/RestfulSession.java#L16. Maybe it should be sessions?