-
Notifications
You must be signed in to change notification settings - Fork 31
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
[Feature] Add sign up and sign in pages to the website #29
Comments
Hey @kanak227, Welcome to the project Eventica! 🎊 |
Which tech stacks will you use and will this be full-fledged website @kanak227 |
Will use HTML , CSS and JS along with Bootstrap and React as frameworks . Yes the website will be full-fledged |
As I am using Netlify hosting platform for this project, so I want to know further details and implementation plan. How will you handle authentication and data storage? @kanak227 |
I was planning to work over the front-end part of the login and register pages using html , css and js and incorporate it in the website @Rakesh9100 |
hey I can do this, I would make use of a Python Flask Server hosted on Koyeb that would be our backend and JS for frontend. |
Sounds good! Could you outline the implementation plan, such as API structure for signup and login, and how the Netlify frontend will interact with the Koyeb backend as the project is deployed on Netlify? @LoneWolf4713 |
okay I'll update you in a bit. |
hey, I figured some solutions out, but the Flask server one would be a little insecure, but we can implement one with supabase, it is an open source firebase alternative that offers a very generous free tier, it automatically handles the JWTs and the authentication part (the part that was insecure in Flask solution) and we will just have to implement the login pages and some JS Code to integrate supabase into the site. |
Okay, but TBH I haven’t used Supabase much for backend purposes, so I need some clarification: @LoneWolf4713
|
I'll give you a demo |
How about i use HTML CSS and bootstrap for the front end, while for the backend I use Firebase Firestore, considering you're hosting not netlify |
Any update @LoneWolf4713 Consider not using bootstrap, provide the proper implementation plan, just brief idea @kanak227 |
I was actually telling to just like place some front end for the sign in and sign up pages in the website as I am not that into backend |
Okay, let's keep this issue to integrate the frontend first, and then we will go for backend @kanak227 |
okay will start the work on it |
Description
A login and register page should be inculcated on the website dynamically.
Would love to work over this, kindly assign it to me.
Screenshots
No response
Checklist
Code of Conduct
The text was updated successfully, but these errors were encountered: