Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 603 Bytes

File metadata and controls

11 lines (10 loc) · 603 Bytes

Test

  1. Clone and install an app.

  2. Run locally and understand its funcionality. image

  3. Make adjust and UI efficiency.

  4. Find bugs and fix it or make better areas. => Problem 1=> Fix add new notice. The problem was the field description because the form used content but the notice-form-shcema want description. => Problem 2 => Basic CRUD of students We add logic to manage data in student-service.js, we use handlers for each operation in student-controller.js and configurate rest root in student-router.js.