0% found this document useful (0 votes)
35 views1 page

Assignment 2 - Angular, SpringBoot

Uploaded by

navaneetsekar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views1 page

Assignment 2 - Angular, SpringBoot

Uploaded by

navaneetsekar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment 2

1. Complete the modules 2 and 3 as explained in Coursera.


https://www.coursera.org/specializations/android-app-development

Additional video for reference

Building web applications in Java with Spring Boot 3 – Tutorial

https://www.youtube.com/watch?v=31KTdfRH6nY

Angular and Spring Boot Example

https://www.youtube.com/playlist?list=PLZTETldyguF26ITg2XZykLIqWvvvtUhQz

2. Implement a registration page and Login page which has Login and Password using Angular
and Spring Boot and any data base
a. Create data using registration page.
b. When the user logs in the application should check if the user name exists in the data
base and if it exists it should check if the password matches.
c. Provide appropriate errors where ever possible.
Üser Name doesnot exits. Pleae register
Password doesnto match, attempts only 3 times
d. Once user attempts 3 times, it should be locked

You might also like