Skip to content

hernan-r/password-manager-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Manager

Requirements to run this app:

  • Python 3.+
  • Venv

How to run this app?

Clone this repository and enter the folder. Create a virtual environment.

python3 -m venv venv

You need to activate virtual env:

source venv/bin/activate

Now run this command in the terminal to install the required libraries:

pip install -r requirements.txt

Migrate the db:

python manage.py makemigrations
python manage.py migrate

For admin panel, first create a superuser:

python3 manage.py createsuperuser

Start server:

python3 manage.py runserver

Go to http://127.0.0.1:8000/

Screenshots:

home

add

login

register

passwords

About

Password manager with django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published