- A task-based application developed in React that utilizes authentication and RBAC to allow a user to create and delete to-do tasks based on their assigned role.
- In order to run application, go to backend repo and follow the instructions to start server, then run the following commands for this repo:
npm install
npm run dev