Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.11 KB

sprint1.md

File metadata and controls

17 lines (15 loc) · 1.11 KB

Demo link:

https://youtu.be/8qk0wVWVb_s

Frontend:

  • Setup frontend environment #17
  • Design navbar for easy access #21
  • Register, login/logout for student using JWT authentication #13
  • Register, login/logout for instructor using JWT authentication #1
  • Cypress setup and automated end to end tests #28

Backend:

  • Setup backend environment Issue #6
  • Instructor registration and login Issue #1
  • Student registration and login Issue #13
  • Combined Angular app with Golang using Go embed
  • API tests using Postman Issue #30
  • Integration of API tests in github using Github Actions and Newman Issue #31