SENG499-COMPANY4 / frontend

A course scheduler created for the University of Victoria Software Engineering department.
http://seng-scheduler.web.app
3 stars 3 forks source link

Implement itegration frontend backend login api #63

Closed lydialulie closed 1 year ago

lydialulie commented 1 year ago

This PR integrated frontend with backend login api and posts the user credentials to https://seng-499-backend.up.railway.app/api/login where the response is the account type. Depending if account type is professor or admin the user is navigated to their account page. Incorrect credentials shows an alert message.