Skip to content

HISHAN03/bugbounty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Based Access Control

user

organization

admin/company

  • url(local host) : http://127.0.0.1:8000/admin/login/

  • url(local host) : http://127.0.0.1:8000/admin/signup/ (temporary route will be deleted before production)

  • code directory : bugbounty/admin_app/views

  • roles: can grant/decline permission for different organization to able to add or delete programs and has all the control over live bug bounty program(create,update,delete)

Install in local device

git clone https://github.com/HISHAN03/bugbounty.git

cd bugbounty.git

python -m venv venv

  • On Windows: venv\Scripts\activate
  • On macOS/Linux: source venv/bin/activate

Install dependencies:pip install -r requirements.txt

python manage.py migrate

python manage.py runserver

Access the application

prerequisites

python3 and django should be installed in the local device

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •