Closed MertCengiz closed 3 days ago
Related PR is available here. As it is merged, closing this issue.
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.
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: