Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waridrox/password-manager-django
https://github.com/waridrox/password-manager-django
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/waridrox/password-manager-django
- Owner: waridrox
- Created: 2022-07-08T23:01:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T10:34:52.000Z (over 2 years ago)
- Last Synced: 2024-05-28T16:34:17.276Z (6 months ago)
- Language: HTML
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Django Password manager
### Features
- Supports creation of multiple accounts for new users.
- e-mail verification with existing log in or new account creation.
- Passwords are encrypted before storing in the DB which is even unknown to the admin.### Control flow diagram
![Control flow](https://user-images.githubusercontent.com/58583793/183398662-94e231a1-485b-4956-93df-1ab44f8bbc77.jpg)### Project demo
https://user-images.githubusercontent.com/58583793/183387400-4f905271-dea3-428c-bcae-b95f3c45cb47.mp4### Development
After cloning the repository and creating a virtual environment, move to the base project directory to execute `pip3 install -r requirements.txt`. Once all the requirements are installed, run, `python3 manage.py runserver` to start up the server locally.