-
Notifications
You must be signed in to change notification settings - Fork 183
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
Creating the same clone based on firebase #21
Comments
Sorry, I can't. Otherwise I don't have enough experience on firebase. If you are newbie that is good challange for you. |
That's okay. But the template I have seen in React/Next is - From the root
of the folder, there are all the folders like pages,components, etc... But
I am getting bit confused as here, from the root folder, there are 2
folders server and client.
In brief, I always see the contents of the client folder in the root of the
directory... If so, then what is the server folder doing over there?
…On Fri, 1 Oct, 2021, 9:49 pm Salih Özdemir, ***@***.***> wrote:
Sorry, I can't. Otherwise I don't have enough experience on firebase. If
you are newbie that is good challange for you.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATJA4YZBZEM6KDDOC6TBOTTUEXNSJANCNFSM5FE3E5FA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
There are actually two projects in this repo, one is the React Next frontend project as you mentioned and the other is the Nodejs express backend project in a single repo because they both work together. If you go inside the client and run the project, the react project will run. If it is in the server, the backend project runs. |
Ok, thanks for the clarification. By the way, normally we create a
firebase.js where we add the private credentials of the project created in
Firebase. But in Mongodb is there any mongodb.js sort of thing?
If not, then how can I replace the project with the firebase project...
…On Sun, 3 Oct, 2021, 6:25 pm Salih Özdemir, ***@***.***> wrote:
There are actually two projects in this repo, one is the React Next
frontend project as you mentioned and the other is the Nodejs express
backend project in a single repo because they both work together.
If you go inside the client and run the project, the react project will
run. If it is in the server, the backend project runs.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATJA4Y2UGE7FC3243EX7WPDUFBHCJANCNFSM5FE3E5FA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hey there! I am new to programming and I know only firebase... Could you create the same clone ( all the files should be same) but only replace mongodb with firebase?
The text was updated successfully, but these errors were encountered: