~apreiml/simple-password-manager-server

An insecure server for the Simple Password Manager
add license, add instructions to readme
minor code fixes

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~apreiml/simple-password-manager-server
read/write
git@git.sr.ht:~apreiml/simple-password-manager-server

You can also use your local clone with git send-email.

#Simple insecure Server for the Simple-Password-Manager

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.

#Install and run

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

#License

The Code is open-sourced software licensed under the MIT license.

Do not follow this link