-
Notifications
You must be signed in to change notification settings - Fork 15
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
Create A Login Page (Utilize Animated Logo) #46
Comments
is it open , can i do it. |
Yes it is open, please first make sure you have Read the Docs and you are able to run the app locally. |
okk. |
bro, i have clone the repo , but where is the config folder, i not able to find it. |
You must be on the master branch, now you need to go inside the |
Did you do this? |
i also run npm install, then also this is showing the error. |
Okay let me see. |
Your NPM version is outdated perhaps. Please check here.. I tried it locally and works fine. If it dosent help revert here with your node and npm version.
|
i can do it |
Hey @harshalkaigaonkar I have a new issue for you, if you would like to work on it? |
@pawan-git7979 make changes to master branch only, no need to work on auth-setup. |
ya Sure! |
See #50 |
@pawan-git7979 Okay let me FIX this, I'll update the README and notify you here. You can then start your work. |
okay thanks brother. |
Hey @pawan-git7979 Give it a try now, taking reference from the README. |
Also, fetch the code again. |
@imabp Can you give some insights here too? |
@pawan-git7979
If you are working on frontend $git checkout master
$cd client
$npm i
$npm start If you are working on backend First you need to setup the devkeys and mongodb uri stuff, as mentioned on readme $git checkout v1-deployment
$npm i
$npm start |
My node version is v3.3.1 |
Sure, will embed gif there. Also one more thing, to link that login page I have to use react router. Would it be fine, or you have some other ways to link that login page? |
Developers Update: Clone the two branches in two separate folders For Backend git clone -b v1-deployment --single-branch https://github.com/<username>/alexa-community-jaipur
For Frontend git clone -b master --single-branch https://github.com/<username>/alexa-community-jaipur
This will help you to work independently |
react router is fine. |
Assigning this to @aditi-singh25. @pawan-git7979 if you got it working locally, let me know we have more stuff for you. |
I have try almost everything..but the version of node is not upgrading in Linux...i am using the Linux first time..nd i have installed it just 1 week before.. before that i had been using windows. |
Why don't you comletely uninstall it and install it again |
@pawan-git7979 I recommend to get familiar with Linux, if you are using it for first time, because you need to install a bunch of packages to make it ready for development. I say, if your primary development platform is windows, then go for windows if you want to contribute without any breaking changes in the application. Anyways that's a personal choice, Windows or Linux ? Here is how you can install latest node version on linux (EASY WAY)
Source: phoenixnap |
@aditi-singh25 Any Progress? |
I am so sorry, actually my laptop had some problem and that's why I have to
format it all. All the progress is lost. Please assign to someone else.
Apologies for the inconvenience.
…On Mon, 12 Oct 2020, 7:11 pm Tarun Singh, ***@***.***> wrote:
@aditi-singh25 <https://github.com/aditi-singh25> Any Progress?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#46 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARJE4ZPDAEFC3AHC4BCZSO3SKMBO3ANCNFSM4SEJHU2A>
.
|
is it open ?can you assign it to me? |
@sujitIwale do you want to work on backend (auth Setup) or frontend (auth UI) , If backend, please clone the |
I want to work on frontend. |
assign it to me. |
I am using react-router-dom for login page |
@sujitIwale Most of the work is already done, if you want to make some more changes /additions see the auth-setup-backend and auth-setup-frontend branches. And let me know what more additions can you make on this. |
@tarunnsingh is back !! |
can I add home button on login and register page which redirects user to home screen? |
Hey @imabp 😄 |
@sujitIwale |
@imabp Needed help on this. The access_token (the cookie) is not getting stored in the browser when logged in, could you please look into it, this is pending from quite a few days now. |
@sujitIwale |
could you make it an issue? |
@tarunnsingh |
Comment on #76 to be assigned |
Sure Thanks!! |
🆕 We are adding auth-system. We need a Login page and a Register Page.
Make your changes to
master
branch and only in the client folder.Also show your creativity and make use of the New Animated Logo for the Website which is in client/src/static/logo
The text was updated successfully, but these errors were encountered: