Skip to content

senapathys/Twitter-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter v192

By Sahitya Senapathy
CIS 192, Fall 2020

Routes

  • /: main view of all tweets/hashtags
  • /admin: admin view
  • /accounts: contains routes to /login_view and /signup_view
  • /login_view: log in route
  • /signup_view: sign up route
  • /logout_view: log out route
  • /profile/author: profile of user with username author
  • /hashtag?id=[hashtag.id]: hashtag page with given id
  • /follow/author: route to follow a user with username author
  • /unfollow/author: route to unfollow a user with a username author
  • /delete?id=[tweet.id]: delete a Tweet with given id
  • /like?id=[tweet.id]: like a Tweet with given id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages