Table of Contents
Make sure you have node installed
- Clone the repo
git clone https://github.com/HassenH1/pyssword-manager .
- Create virtual env
python -m venv vitrualenv
- Active virtual env
\virtualenv\Scripts\Activate.ps1
NOTE: to deactivate virtual env when you are finished, you can run
deactivate
- Install all the dependecies
pip install -r requirements.txt
- Run database container
docker-compose up
NOTE: to halt and remove container when you are finished, you can run
docker-compose down
- Replace password string with *
- Use crypto for stronger password generator
- Use singleton pattern for database class
- Integrate database to application
- Fix bugs
Hassen Hassen - LinkedIn - hasansaid51@gmail.com