It is a simple user post management interface. It enables users to add/edit/delete post and view posts by category.
- Clone from github
git clone https://github.com/edie93/PostManagement.git
- Under the path of the project
npm install
to install all dependencies
npm start
to compile
- Go to URL: "http://localhost:8080/"
- View all posts
- Select category to view filtered posts
- Add a post
- View/edit/delete selected post