10 lines
385 B
Markdown
10 lines
385 B
Markdown
1. role based auth [admin, contributor, user]
|
|
3. social media integration [telegram, whatsup, facebook, viber]
|
|
4. share with functionality
|
|
|
|
lets implement a role based auth
|
|
admin can create, edit and delete articles and liveblogs
|
|
admin can create contributors
|
|
contributors can create, edit and delete articles and liveblogs
|
|
user can react(like, dislike) to articles and write comments
|