https://github.com/raykipkorir/storyhub
Write articles on StoryHub 👇. FullStack project built using Django.
https://github.com/raykipkorir/storyhub
bash django django-templates docker python
Last synced: 6 months ago
JSON representation
Write articles on StoryHub 👇. FullStack project built using Django.
- Host: GitHub
- URL: https://github.com/raykipkorir/storyhub
- Owner: raykipkorir
- License: mit
- Created: 2023-03-26T14:28:35.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-08T17:30:30.000Z (about 2 years ago)
- Last Synced: 2024-06-08T18:21:35.800Z (about 2 years ago)
- Topics: bash, django, django-templates, docker, python
- Language: Python
- Homepage: https://storyhub-spaj.onrender.com/
- Size: 151 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StoryHub


[](https://github.com/raykipkorir/storyhub/actions/workflows/django.yml)
## Overview
StoryHub is a CMS platform built with Django where its users can read and publish articles.
### Authenticated users priviledges
- Users can follow and unfollow each other
- Users can like and bookmark articles
- Users can write their stories
## Authentication
- Users can sign in via Google.
- Sign in via GitHub coming soon.
## Security
- The site is protected against CSRF attacks. It utilizes Django's Built in CSRF protection.
- Users sensitive information such as passwords are hashed using Django's default password hashing algorithm(which is recommended).
## Tests
Backend test coverage - 93%
## Contribution
Feel free to contribute to the project to make it better.
Visit [StoryHub](https://storyhub-spaj.onrender.com/)