This project was bootstrapped with Create React App.
In the project directory, run
This will install all the dependencies required for the application to start mentioned in the package.json
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Runs the demo rest json webservice. Data will be served from JSON file and is used for GET/POST/PUT operations in the app
Use employee ids from the list [E2018101, E2018121, E2019212, E2020250]
Employees can perform the below operations in the Home page after successful login [Create, Search, Sort(Created Date and Votes), Upvote]
Runs the available tests.
-
UI
Allow users to see only their blogs
Option to Delete the blog
Sorting through UI\ -
Service
SeparateVotes
from challenges REST Service