Rule based editor reactjs
The project is a rule based editor which helps configure(add, delete, update) a set of rules that need to be checked for any order placed on the application. If rules configured are checked, the maintainer should be informed so that he can review the order.
- yarn install
- yarn test
- Follow steps mentioned in here for backend
- yarn start
P.S: If the database/backend is not running I am setting the UI with mock data. To perform CRUD with actual please run the above back project.