beingtmk / nodejs-starter-kit

A Universal Javascript Starter Kit to satisify all you Web / App needs!
https://nodejs-starterkit.approxyma.com
MIT License
27 stars 15 forks source link

Medium-draft / Blog Module / Comment Module / Likes Module #32

Open thebishaldeb opened 4 years ago

thebishaldeb commented 4 years ago

10 - The form and blog cards

https://starterkit-bishal.herokuapp.com/blog/new

This is the form for the new component. After clicking submit, a new component opens up below which shows the output.

https://starterkit-bishal.herokuapp.com/blog/

And this is the output of the blog in a different page.

thebishaldeb commented 4 years ago

https://starterkit-bishal.herokuapp.com/blog/my-blogs - My Blogs

https://starterkit-bishal.herokuapp.com/blog/list - List of Blogs

https://starterkit-bishal.herokuapp.com/blog/bookmarks - Bookmarks

https://starterkit-bishal.herokuapp.com/blog/:id - Blog Detail

https://starterkit-bishal.herokuapp.com/blog/new - Blog Form

thebishaldeb commented 4 years ago

Comment and Likes integrated.

https://starterkit-bishal.herokuapp.com/blog/1 - can be checked in the demo link.

thebishaldeb commented 4 years ago

45 Implemented