Tweet App is app for registered users to post new tweets, view tweets by other users. Guest users cannot see any tweets. The core modules of tweet app are:
- User registration and login
- Post tweet
- View all tweets (all from logged in users account)
- View users and their respective tweets
- Forgot password option to reset password.
- Reset password algorithm should be written using typescript and transpile into javascript. JavaScript containing reset password algorithm, should be executed by java when reset password is required.