socialProject
Maybe it will be a social network
Now:
- In sign-up form user should select country, then city (list of cities is changed when user selects country), then user should select school and university (list of schools and universities is also decreased due to the city selection).
- There are frontend and backend validation.
- JWT authentication with tokens (info about current user is saved in the localStorage, I also use bcrypt for password).
- I use guards: canActivate() and canDeactivate().
- I use routing between components.
- In sql there are 5 tables now (users, countries, cities, schools, universities).
Later I will add admin-panel and roles to users.