-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connect frontend to backend API #157
Comments
According to me, Axios should be used for the API calls. Regarding the react part @salil-naik can comment better. |
I would like to handle this issue |
@rajesh6161 As you can see, it's kind of a discussion issue. There will be separate issues for connecting different components of front end to the backend. |
Hey as per me, we have many option to connect frontend with backend , 2> we can implement alll things manually means handle cookie and sessions manually Also i implemented all things in my project and it's works great😎 |
@nishant23122000 Would you like to work on some part of the integeation? As the integration of the whole API will be a very big task. Please note we aren't using passport js. And please go through the API and also the react app for a better understanding of the codebase so that you can integrate the API properly. |
@gauravdas014 Yes, I like to contribute in this part because i already familiar on this and also i already understood the codebase of front and back |
@nishant23122000 Please create separate issues for each section of integration and start working |
This is a discussion issue where you can suggest your ideas on how we might integrate our backend with the frontend.
e.g. Using Axios or react-query for data fetching, how to model global state, etc.
Separate issues will be created for specific functionality later on.
The text was updated successfully, but these errors were encountered: