fix typos
add license, add instructions to readme
minor code fixes
This project provides a web server for the Simple Password Manager. A password manager that was created during my master thesis with the goal to study the architecture of such programs.
You need php7 and php7-sqlite. Then you can setup and run the project like:
# setup
cp .env.example .env
php7 artisan migrate
# run
php7 -S localhost:8070 -t public
The Code is open-sourced software licensed under the MIT license.