Skip to content

Nitesh058Raj/Twitsy-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published