CST 363 - Week 6 Learning Journal
Key Concepts Learned this Week:
This week, I focused on Lab19. The main thing I learned is building an application in fill-stack Spring Boot with integration of MySQL. The process reinforced her to define an ER model and translate it into SQL create table schemas, ensuring that entities like patients, doctors, prescriptions and pharmacies are well-connected with proper primary and foreign keys. On the backend, controllers were implemented to handle patient registration, updates, prescription creation and prescription filling, highlighting the use of Spring MVC, request mappings, JDBC for database access. Testing the application involved running it locally, interacting with forms via a browser and handling both successes and error cases. The lab focused on connecting database design, backend logic and user interfaces into a working web application.
Comments
Post a Comment