Open nateP82 opened 1 year ago
Hi @nateP82! Congrats on hitting checkpoint 3!
I tested out your deployed app on AWS and was able to sign up, sign in and view data in a JSP. Consider continuing to make regular deployments as you put the polish on this over the next two weeks.
I took a bit of time to review the code written so far as well and while much of this is likely on your radar, I wanted to make sure I shared what I noticed:
Looking forward to seeing the final product, Nate!
@pawaitemadisoncollege I've got my project deployed to an aws instance and I've implemented cognito for auth: CompostCollectors
I don't have any styling yet and the login link is borrowed from the week 7 cognito exercise. This link is located on the index.jsp page, and when you click it you should be asked to sign in, or sign up. I do have a user in my user pool if you need credentials to sign in.
One other note, the View Account link is currently the only working link on the index page. If you click it, you should be able to search for a user by last name, like Curry, and it will return the results. That's all I have for the time being, I'm working on the rest.
Thanks!