python3 -m venv virtualenvsource virtualvenv/bin/activategit clone PROJECT_NAMEpip3 install -r password_manager/requirements.txtpython3 manage.py makemigrationspython3 manage.py migratepython3 manage.py createsuperuserpython3 manage.py runserver
Now, you can access your password manager at http://localhost:8000/passwords/ or http://localhost:8000/passwords/add or http://localhost:8000/admin. It will display a list of passwords fetched from the database.


