Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonus21/minitwitter
MiniTwitter using Django and Redis DB
https://github.com/sonus21/minitwitter
django django-bootstrap3 haystack redis-db solr
Last synced: 28 days ago
JSON representation
MiniTwitter using Django and Redis DB
- Host: GitHub
- URL: https://github.com/sonus21/minitwitter
- Owner: sonus21
- License: bsd-2-clause
- Created: 2016-04-02T17:29:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T05:30:01.000Z (over 8 years ago)
- Last Synced: 2024-10-12T16:23:28.280Z (about 1 month ago)
- Topics: django, django-bootstrap3, haystack, redis-db, solr
- Language: Python
- Homepage:
- Size: 340 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MiniTwitter
### It supports following functionality
1. Following: one can follow other user
2. Twitting: Maximum 140 chars
3. Login/Signup
4. Twit Search### Dependencies
1. Python==2.7
2. Django==1.8
3. django-haystack==2.5
4. pysolr==3.4.0
5. django-bootstrap==0.2.4
6. django-bootstrap-form==3.2
7. redis-py
8. Apache solr
9. Redis DB### Usage of dependency
1. Redis DB is used for fast twit retrieval where list is used
2. To provide search functionality Apache Solr and Haystack is used#### It uses Nova Bootstrap Theme for UI