chowmean / blogAppAngular

Blog applications

Home Page:http://54.191.251.207/blogAppAngular/app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog application

Simple Blog application for reading, writing blogs. Write the blogs and when moderator publish them everyone can see your blogs.

##setup

Run following commands to run the server after installing node and npm.

npm install

bower install

##Features:

  • Reading blogs.
  • Writing blogs.
  • Blog Moderations.
  • Search in blogs.
  • Sorting of users with different parameters.
  • Search in users for admin.

##User And Data Flow

There are two types of users:

  • normal user
  • admin

Normal User:

  • Can read blogs
  • Can write Blogs -> Moderation by admin -> Published

Admin:

  • Can read blogs.
  • Publish the blogs.
  • Can view the list of all the users.
  • Can activate of deactivate user.

About

Blog applications

http://54.191.251.207/blogAppAngular/app/

License:MIT License


Languages

Language:JavaScript 43.4%Language:HTML 35.4%Language:API Blueprint 11.1%Language:CSS 10.0%