Debrief - SecretAgentShh/Grademe GitHub Wiki

List of Issues I encountered while facing the project

  1. Incorrect directory structure pushed onto the GitHub repository.
  2. Deleted repo and related files through wrong execution of commands. Had to restore from dangling blobs instead of commits using fsck --lost-found but was unsuccesful - CONTINUOUS INTEGRATION AND BRANCHING MUST BE USED NEXT TIME
  3. A bit more effort in piecing together the backend application from scratch but with some insights helped.
  4. Testing could not resolve imports.

What went well

  1. SpringBoot application worked out well. Multiple topics to be added as the functionality is extended yay!
  2. Quick Start with REACT really helps you integrate it faster into your application.
  3. Using Maven to ensure good debugging and build success over dependence on IDE.
  4. Learning that REACT/HTML 5 has built in validation for data types so you do not really have to overwork yourself about the number and date validation. C'est bon!