Skip to content

adzo261/twitter-like-micro-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Like Micro Blog

Twitter like micro blogging site based on Django, Jquery, Ajax and Twitter Bootstrap.

Hosted on Heruko

https://twitter-like-micro-blog.herokuapp.com/

Todo

  • Home page
  • Responsive Design
  • Feature to follow users
  • Feature to like posts
  • SearchBar to search users and tags
  • Detect tags from post
  • Tag page
  • User profile page
  • Reset password
  • Trending Tags section

Development setup

Fork it and clone as local repository.

$ cd twitter-like-micro-blog
$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver

About

Twitter like tag based micro blog using Django, Jquery and Bootstrap.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages