Skip to content

Latest commit

 

History

History
93 lines (67 loc) · 2.35 KB

README.md

File metadata and controls

93 lines (67 loc) · 2.35 KB

Twitsy-Program

Frontend Application

http://localhost:3000/ [Signup Component]

image

http://localhost:3000/ [Login Component]

image

http://localhost:3000/app [Landing page after Signup/Login]

image

http://localhost:3000/app/home [Home page]

image

http://localhost:3000/app/mytweets [My Tweets page]

image

http://localhost:3000/app/mytweets [Create Tweet button clicked]

image

Backend API endpoints

Login user

  POST /login
Parameter Type Description
useremail string Required
password string Required

Register user

  POST /register
Parameter Type Description
username string Required
useremail string Required
password string Required

Get all tweets

  GET /alltweets

Get specific user tweets

  POST /mytweets
Parameter Type Description
useremail string Required

Create tweet

  POST /dotweet
Parameter Type Description
useremail string Required
content string Required

🔗 Links

Vinay Gupta

linkedin

Nitesh raj

linkedin