-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
700f636
commit b8d27b9
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
# Tweet-App | ||
# Tweet-App | ||
|
||
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: | ||
1. User registration and login | ||
2. Post tweet | ||
3. View all tweets (all from logged in users account) | ||
4. View users and their respective tweets | ||
5. Forgot password option to reset password. | ||
6. 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. |