An open API service indexing awesome lists of open source software.

https://github.com/nabilashraf/keystone-blog

Keystone Blog with Subcategories in Blog Post, Social Login to rate on Blog
https://github.com/nabilashraf/keystone-blog

blog categories keystonejs rating-stars social-login sub-categories

Last synced: 4 months ago
JSON representation

Keystone Blog with Subcategories in Blog Post, Social Login to rate on Blog

Awesome Lists containing this project

README

          

# DEMO Project

**To Start on local server**

`npm i`
`node keystone`

**Default Login for Keystone Admin**
`email: user@keystonejs.com`
`pw:admin`

- To Add a Category

- `Go to Keystone Admin -> Post Category -> Add New`
- `Add name`
- `Add SubCategories after adding in the next step`

- To Add a SubCategory
- `Go to Keystyone Admin -> Post SubCategory -> Add New`
- `Add name and Parent Category` (only one ParentCategory logic is set)

*SubCategories in Category model is added to easily view on the front end the list of subcategories in any category*

`Blog Post Rating`

![Blog Post Rating](./rating_blog_post.png)

`Sub Categories in Blog`

![Sub Categories in Blog](./subcategory_blog.png)