https://github.com/tvichii/hortihub
A social network project with Django framework
https://github.com/tvichii/hortihub
django-social-network python-3-6 social-network
Last synced: about 1 year ago
JSON representation
A social network project with Django framework
- Host: GitHub
- URL: https://github.com/tvichii/hortihub
- Owner: tvichii
- License: mit
- Created: 2018-06-14T10:48:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:09:32.000Z (over 3 years ago)
- Last Synced: 2025-03-23T19:38:13.613Z (about 1 year ago)
- Topics: django-social-network, python-3-6, social-network
- Language: Python
- Homepage: http://hortihub.herokuapp.com
- Size: 964 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hortihub
Hortihub is an open source social network built with Python3 using the Django Web Framework.
The project has four basic apps:
* Accounts(for all authentication and user related stuff)
* Actions (To store all the relevent events)
* Feed (Feed like fb or twitter)
* comments(Comment feature)
## Technology Stack
* Python 3.6
* Django > 2
* Bootstrap 4
* jQuery 3.3
* Redis 3.0
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details