Skip to content

Nihal009/bugbounty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 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

Languages

  • CSS 33.1%
  • JavaScript 30.7%
  • HTML 19.0%
  • Python 17.2%