"Vault Pass" is a simple password manager application built using Python, Django, SQLite, Bootstrap, HTML, CSS, and JavaScript.
Features:
- Register/update an account, login authentications and authorization
- Entry posting (Create, Retrieve, Update, Delete - CRUD)
- Building a custom user Model and administrator panel
- Bootstrap
- HTML
- CSS
install the required packages from the requirements.txt using:
pip install -r requirements.txtTo run the website run type the following commend in CMD:
python manage.py runserverthen copy the link into your browser to launch the website.
You can create a django superuser by running the following commend in CMD:
python manage.py createsuperuser