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

Get and post to backend api #39

Closed lydialulie closed 1 year ago

lydialulie commented 1 year ago

Implemented get and post request to backend api at https://[seng-499-backend.up.railway.app](https://seng-499-backend.up.railway.app/). Works for the page http://localhost:3000/courseList# when app is running. Inspect source code and console to see the response from the server.