Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoru-cyber/passwordmanager
a webapp to manage passwords
https://github.com/yoru-cyber/passwordmanager
php symfony
Last synced: 8 days ago
JSON representation
a webapp to manage passwords
- Host: GitHub
- URL: https://github.com/yoru-cyber/passwordmanager
- Owner: Yoru-cyber
- Created: 2024-04-09T15:45:59.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-23T23:15:13.000Z (7 months ago)
- Last Synced: 2024-04-24T00:27:30.186Z (7 months ago)
- Topics: php, symfony
- Language: PHP
- Homepage:
- Size: 240 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Password Manager 📝
> This is a full website to manage passwords with a friendly UI.
### Made with:
### Installation
Server
##### Clone the repository
```sh
git clone https://github.com/Yoru-cyber/PasswordManager
```##### Go into project and install dependencies
```sh
cd PasswordManager
``````sh
composer install
```##### Run local server
```sh
symfony server:start
```Client
On work 🚧