A simple app for handling Role Based Access Control in FastAPI.
- Clone the repo in your device.
- Open the project directory.
- Run
pipenv install
command (install pipenv if not installed) - Copy
.env.copy
to.env
and update the environment variables.
- Run
pipenv shell
command to activate virtual environment. - Run
fastapi run app/main.py
command. - Open the browser and go to http://localhost:8000/docs to view API documentation.