Password Manager
A very basic password manager.
Tech stack:
- PHP
- MySQL
- Bootstrap
Setup
Download and install XAMPP.
Clone this repository:
git clone https://github.com/0l1v3rr/password-manager.git
Start the Apache and the MySQL server in the control panel.
Paste the password-manager
folder into the xampp/htdocs
folder.
In the phpmyadmin panel, create the necessary database and the tables. The commands are in the data/tables.sql
file.
Go to localhost/password-manager
, and enjoy!