NOTE: This was designed to demonstrate how RBAC should be used in various frameworks; it is not a secure API.
Install this following:
pip install -r requirements.txt
To run the app:
uvicorn app.main:app --reload
In Windows: python -m uvicorn app.main:app --reload