bounswe / bounswe2024group7

Collaborative hub for 2024Group7
https://bounswe.github.io/bounswe2024group7/
4 stars 3 forks source link

Connect the Mobile Application to the Server Side #195

Closed MertCengiz closed 3 days ago

MertCengiz commented 3 days ago

Title:

Connect the Mobile Application to the Server Side

Description:

The mobile application is not connected to the server side, all requests are handled statically right now. To add more functionalities, client and server sides shall be connected as the mobile application.

Steps to Reproduce:

Expected Behavior:

Requests from the User Interface are handled by the server side with the help of the database

Actual Behavior:

Requests are handled in the client side statically. If cannot handled, unnecessary errors are returned.

Your Environment:

Labels:

MertCengiz commented 3 days ago

Related PR is available here. As it is merged, closing this issue.

erenpakelgil commented 3 days ago

Necessary changes are made, our deployed backend link is used to connect Register and Login with backend using axios library. You can check the related PR for more information.