Angular landing page and dashboard
- Client uses Angular
- Server uses Spring Boot
- Scaffold new app
- TDD with unit testing
- Register page
- Toggle password 👁️ and 🔒
- Custom validation:
- username/email taken
- password strength
- Login page
- Forgot Password:
- user submits their email
- create a new password
- Forgot Password:
- Asynchronous form validation feedback
- Deploy
- Add autocomplete to forms
- server port 8080
- Postgres port 5432
- client port 80