Skip to content

piyushpanchal114/rbac-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RBAC Implemented in FastAPI

A simple app for handling Role Based Access Control in FastAPI.

Setup

  • 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.

How to run

  • 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.

About

RBAC implemented in FastAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published