software-students-fall2021 / project-setup-penguin

project-setup-penguin created by GitHub Classroom
3 stars 4 forks source link

connected AccountPromptModal to user endpoints #122

Closed kdduan closed 2 years ago

kdduan commented 2 years ago

As title. Added axios requests to the AccountPromptModal to call the user related endpoints for sign up and login. Also moved the error handling middleware to the end of the file, and cleaned up some error handling sections.