Skip to content

Basic clone of Twitter where users can tweet, retweet, reply, follow..

Notifications You must be signed in to change notification settings

abhie-lp/tweeteme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweetme

Very basic Twitter clone

HomePage

Tweet View

Run the application

docker build -t tweetmeapp .

docker run -p 8000:80 --name tweetme tweetmeapp