/JavaCampProject

Below, I have written the requirements and acceptance criteria for registration and entry into the system in an e-commerce system. We want to write a Java backend for this system. Users should be able to become a member by entering their information into the system. It should be possible to become a member of the system with basic user information, e-mail and password. Basic user information: first name, last name, email, password. All the basics are mandatory. Password must be at least 6 characters. The e-mail field must be in e-mail format. (Do it with regex. Research subject) The e-mail must not have been used before. First and last name must be at least two characters. A confirmation e-mail should be sent to the user as a result of membership. (Simulation) When the verification link is clicked, the subscription should be completed. (Simulation) In case of failure or success, the user should be informed. Users must be able to sign up to the system with their Google account. (Simulation) Other authorization services may be used in the future. (Configure the system as external service integration.) In case of failure or success, the user should be informed. Users should be able to login to the system with their e-mail and password information. Email and password are required In case of failure or success, the user should be informed.

Primary LanguageJava

No issues in this repository yet.