-
Notifications
You must be signed in to change notification settings - Fork 445
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
Week 16: Authentication - Etna and Alma #332
base: master
Are you sure you want to change the base?
Conversation
set up user page
welcome page
Project auth etna
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well named endpoints and straightforward structure! Keep up the good work 🚀
{loading ? ( | ||
<div> | ||
<p className="user-loading"> User being created...</p> | ||
</div> | ||
) : ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gold star for adding a loader indication! Render can be really slow ⌛
if (name === "" || email === "" || password === "") { | ||
res.status(400).json({ message: "All fields are required" }); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keeping it DRY, I like it 😏
frontend/src/App.css
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cute!
Netlify link
Frontend: https://pink-authorization.netlify.app/
Backend: https://bubblegum-auth.onrender.com/
Collaborators
[caracal23, almaherris]