Skip to content
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

Open
pkspyder007 opened this issue Jan 13, 2021 · 7 comments
Open

Connect frontend to backend API #157

pkspyder007 opened this issue Jan 13, 2021 · 7 comments
Labels
help wanted Extra attention is needed

Comments

@pkspyder007
Copy link
Collaborator

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.

@gauravdas014
Copy link
Collaborator

According to me, Axios should be used for the API calls. Regarding the react part @salil-naik can comment better.

@rajesh6161
Copy link

I would like to handle this issue

@gauravdas014
Copy link
Collaborator

@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.

@pkspyder007 pkspyder007 added the help wanted Extra attention is needed label Mar 21, 2021
@nishant23122000
Copy link

Hey as per me, we have many option to connect frontend with backend ,
1> we can use passport or any other library for handling user cookies,sessions and all with easy methods .

2> we can implement alll things manually means handle cookie and sessions manually
And axios is best because it provides many options like with-credentials etc and also there is big community , so that we can easily find the any query solution

Also i implemented all things in my project and it's works great😎

@gauravdas014
Copy link
Collaborator

@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.

@nishant23122000
Copy link

@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

@gauravdas014
Copy link
Collaborator

@nishant23122000 Please create separate issues for each section of integration and start working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants