Project Description:

It is a simple user post management interface. It enables users to add/edit/delete post and view posts by category.

How to install:

  1. Clone from github
git clone https://github.com/edie93/PostManagement.git
  1. Under the path of the project
npm install

to install all dependencies

npm start

to compile

  1. Go to URL: "http://localhost:8080/"

Functionalities:

  1. View all posts
  2. Select category to view filtered posts
  3. Add a post
  4. View/edit/delete selected post