http://localhost:3000/
[Signup Component]
http://localhost:3000/
[Login Component]
http://localhost:3000/app
[Landing page after Signup/Login]
http://localhost:3000/app/home
[Home page]
http://localhost:3000/app/mytweets
[My Tweets page]
http://localhost:3000/app/mytweets
[Create Tweet button clicked]
POST /login
Parameter | Type | Description |
---|---|---|
useremail |
string |
Required |
password |
string |
Required |
POST /register
Parameter | Type | Description |
---|---|---|
username |
string |
Required |
useremail |
string |
Required |
password |
string |
Required |
GET /alltweets
POST /mytweets
Parameter | Type | Description |
---|---|---|
useremail |
string |
Required |
POST /dotweet
Parameter | Type | Description |
---|---|---|
useremail |
string |
Required |
content |
string |
Required |