Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 989 Bytes

File metadata and controls

44 lines (30 loc) · 989 Bytes

Password Manager

Saves all of your accounts' password.
For viewing this web-app, visit https://pass-word-manager-1.herokuapp.com

Contributors

Requirements

  • Python 3.7+
  • Linux, Windows, MacOS
  • Django
  • pip

Installation


  • requirements.txt contains all the required packages
pip install -r requirements.txt
  • Perform the following actions
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
  • Open 'http://localhost:8000/' to view the application
  • Login with
        username: faculty
        password: Faculty@123

Connecting your database