miku0129 / prj_vue-onyva

An web app with CRUD operation. Unit test and test coverage is implemented.
https://onyva.msano.ovh/
1 stars 0 forks source link

Add authentication and test #7

Closed miku0129 closed 1 month ago

miku0129 commented 1 month ago
  1. Add authentication to create/update/remove etudiant of a user.

    • Use Hanko for authenticaiton.
    • Separate form component to reuse in other component.
    • Add .env value to production environment.
  2. Perform unit tests and calculate test coverage.

    • Set up testable environment.
    • Implemented unit test.
    • Add test coverage.